Skip to content

Commit

Permalink
feat: add drawer link for blid search
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Nov 7, 2024
1 parent 26370ea commit b0c893d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/SideMenuDrawer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use client";
import { Search } from "@mui/icons-material";
import AccessTimeIcon from "@mui/icons-material/AccessTime";
import BookIcon from "@mui/icons-material/Book";
import EmailIcon from "@mui/icons-material/Email";
Expand Down Expand Up @@ -93,6 +94,11 @@ export default function SideMenuDrawer() {
href={"/order-history"}
icon={<ReceiptIcon />}
/>
<DrawerLink
title={"Boksøk"}
href={"/sjekk"}
icon={<Search />}
/>
</>
)}
<Divider />
Expand Down

0 comments on commit b0c893d

Please sign in to comment.