diff --git a/src/components/TabNav.tsx b/src/components/TabNav.tsx index 80b4832..d9a1a4f 100644 --- a/src/components/TabNav.tsx +++ b/src/components/TabNav.tsx @@ -1,4 +1,4 @@ -import { ArrowDownUp, LucideHome, Settings, Users, Box, Github } from 'lucide-react'; +import { ArrowDownUp, LucideHome, SquarePlus, Settings, Users, Box, Github } from 'lucide-react'; import ConnectWallet from '@/components/ConnectWalletButton'; import { Link } from 'react-router-dom'; import { useLocation } from 'react-router-dom'; @@ -12,6 +12,7 @@ export default function TabNav() { { name: 'Transactions', icon: , route: '/transactions/' }, { name: 'Configuration', icon: , route: '/config/' }, { name: 'Programs', icon: , route: '/programs/' }, + { name: 'Create', icon: , route: '/create' }, { name: 'Settings', icon: , route: '/settings/' }, ];