feat: restructure routing and layouts for admin and news sections, update cookie paths
This commit is contained in:
@@ -11,7 +11,7 @@ export const Navbar = () => {
|
||||
return (
|
||||
<div className="flex h-20 items-center justify-between border-b border-[#ECECEC] bg-white px-10 py-5">
|
||||
<Link
|
||||
to="/news"
|
||||
to="/"
|
||||
className="h-full"
|
||||
>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user