Skip to content

Commit

Permalink
feat: add link to n3bi
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Sep 19, 2023
1 parent 1e89ebd commit 2090bec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Menu.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from 'next/image'
import logo from '../../public/logo.svg'
import Link from 'next/link'
import { Bars3Icon, ChevronRightIcon, CurrencyDollarIcon, LockClosedIcon, Squares2X2Icon, UserPlusIcon, UsersIcon } from '@heroicons/react/24/outline'
import { BanknotesIcon, Bars3Icon, ChevronRightIcon, CurrencyDollarIcon, LockClosedIcon, Squares2X2Icon, UserPlusIcon, UsersIcon } from '@heroicons/react/24/outline'

export default function Menu() {
return (
Expand Down Expand Up @@ -58,6 +58,13 @@ export function MenuItems () {
<ChevronRightIcon className='h-5 w-5 opacity-50' />
</Link>
</li>
<li className='mt-4'>
<Link href='https://n3bi.nation3.org' className='flex bg-slate-50 dark:bg-slate-800 hover:bg-slate-100 dark:hover:bg-slate-700 rounded-lg p-4'>
<BanknotesIcon className="h-5 w-5" />&nbsp;
Claim basic income&nbsp;
<ChevronRightIcon className='h-5 w-5 opacity-50' />
</Link>
</li>
<li className='mt-4'>
<Link href='https://app.nation3.org/liquidity' className='flex bg-slate-50 dark:bg-slate-800 hover:bg-slate-100 dark:hover:bg-slate-700 rounded-lg p-4'>
<CurrencyDollarIcon className="h-5 w-5" />&nbsp;
Expand Down

0 comments on commit 2090bec

Please sign in to comment.