Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 23, 2024
1 parent 03d6b29 commit 8fc699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/algobadge/bulk/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default async function Layout({ children }: { children: ReactNode }) {
);
}

export function Navbar() {
function Navbar() {
return (
<BaseNavbar color="bg-base-300 text-base-content">
<NavbarBrand>
Expand Down

0 comments on commit 8fc699e

Please sign in to comment.