Skip to content

Commit ce42a82

Browse files
committed
fix: cleanup
1 parent dfdacb4 commit ce42a82

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

src/app/api/revalidate/route.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/modules/layout/components/dropdown-menu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const DropdownMenu = () => {
2929
<div className="flex items-center h-full">
3030
<Popover className="h-full flex">
3131
<>
32-
<Link href="/shop" className="relative flex h-full" passHref>
32+
<Link href="/store" className="relative flex h-full" passHref>
3333
<Popover.Button
3434
className={clsx(
3535
"relative h-full flex items-center transition-all ease-out duration-200"

0 commit comments

Comments
 (0)