Skip to content

Commit

Permalink
Merge pull request #32 from FaithMosonik/fixes
Browse files Browse the repository at this point in the history
Add draft icon to drafts
  • Loading branch information
Javan-Odhiambo authored Jun 7, 2024
2 parents b3ef95d + f5f56b8 commit ee2780c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Sidebar = () => {
<div className="hidden border-r bg-muted/40 md:block">
<div className="flex h-full max-h-screen flex-col gap-2">
<div className="flex h-14 items-center border-b px-4 lg:h-[60px] lg:px-6">
<Link href="/" className="font-semibold">
<Link href="/dashboard" className="font-semibold">
<span className="">ShareHub</span>
</Link>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/components/sidebarNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
ShoppingCart,
Users,
Bookmark,
SquarePen,
Plus
} from "lucide-react"

Expand Down Expand Up @@ -40,6 +41,7 @@ const SidebarNav = () => {
},
{
href: "/dashboard/innovation/drafts",
icon: SquarePen,
label: "Drafts"
}
]
Expand Down

0 comments on commit ee2780c

Please sign in to comment.