fix vite config
This commit is contained in:
parent
7646122e07
commit
5a308dff2a
File diff suppressed because it is too large
Load Diff
|
|
@ -31,10 +31,7 @@
|
|||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.22",
|
||||
"globals": "^16.4.0",
|
||||
"vite": "npm:rolldown-vite@7.1.14",
|
||||
"vite-plugin-svgr": "^4.5.0"
|
||||
},
|
||||
"overrides": {
|
||||
"vite": "npm:rolldown-vite@7.1.14"
|
||||
"vite-plugin-svgr": "^4.5.0",
|
||||
"vite": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ const Header = () => {
|
|||
className="fixed top-16 left-2 w-12 h-10 flex justify-center items-center"
|
||||
>
|
||||
<CgDarkMode className="w-6 h-6 text-[#8B8886]" />
|
||||
</button>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center w-40 md:w-60 justify-between border-2 border-[#8B8886] rounded-2xl px-3 py-1 bg-header2">
|
||||
<img src={Pic} className="w-8 h-8 rounded-full ml-1" alt="user" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue