Skip to content

Commit

Permalink
Add declaration file for numeral
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomd94 committed Apr 29, 2024
1 parent f8b712a commit 995e7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Navbar() {
<Sidenav />
</NavigationMenuItem> */}
<NavigationMenuItem>
<Link href="/home" legacyBehavior passHref>
<Link href="/" legacyBehavior passHref>
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
<Avatar >
<AvatarImage src={"./arcanum.webp"} />
Expand Down
1 change: 1 addition & 0 deletions frontend/types/numeral.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'numeral';

0 comments on commit 995e7f8

Please sign in to comment.