Skip to content

Commit

Permalink
Merge pull request #218 from web3wagers/dev
Browse files Browse the repository at this point in the history
merge dev into main
  • Loading branch information
adrianvrj authored Nov 8, 2024
2 parents e8b42c9 + 47faf2c commit 7d871b4
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 7d871b4

Please sign in to comment.