Skip to content

Commit

Permalink
Merge pull request #217 from adrianvrj/fix-bounded-nav-bar
Browse files Browse the repository at this point in the history
[fix] using navbar const for bounded nav items
  • Loading branch information
adrianvrj authored Nov 8, 2024
2 parents 30eb7bf + b237905 commit 47faf2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/gostarkme-web/components/ui/Bounded.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { ReactNode } from "react";
import Footer from "./Footer";
import Navbar from "./Navbar";
import { navItems } from "@/constants";

const navItems = [
{ label: 'My Profile', href: '/app/myprofile/' },
{ label: 'My funds', href: '/app/myfunds/' }
];
interface BoundedProps {
children: ReactNode;
className?: string;
Expand Down

0 comments on commit 47faf2c

Please sign in to comment.