Skip to content

Commit

Permalink
Remove unnecessary css
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 24, 2024
1 parent eebfb51 commit 3535281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pages)/admin/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { IoSettingsOutline } from "react-icons/io5";
import { RxDashboard } from "react-icons/rx";

const Sidebar = () => (
<aside className="fixed h-full w-14 flex-col border-r bg-white">
<aside className="h-full flex-col border-r bg-white">
<nav className="flex flex-col items-center gap-4 px-2 py-5">
<Link
href="/admin"
Expand Down Expand Up @@ -50,7 +50,7 @@ const Sidebar = () => (
</nav>
<nav className="mt-auto flex flex-col items-center gap-4 px-2 py-5">
<Link
href="#"
href="/admin/settings"
className="flex h-9 w-9 items-center justify-center rounded-lg text-gray-500 hover:text-black"
>
<FaRegUserCircle className="h-5 w-5" />
Expand Down

0 comments on commit 3535281

Please sign in to comment.