Skip to content

Commit

Permalink
tv
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros committed Nov 5, 2024
1 parent 4fc04df commit 2fc624b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions web/components/nav/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import { ReportsIcon } from '../reports-icon'
import { AddFundsButton } from '../profile/add-funds-button'
import { Col } from '../layout/col'
import { TbPigMoney } from 'react-icons/tb'
import { PiTelevisionSimpleBold } from 'react-icons/pi'

export default function Sidebar(props: {
className?: string
Expand Down Expand Up @@ -158,11 +159,11 @@ const getDesktopNav = (
href: '/election',
icon: GiCapitol,
},
// {
// name: 'TV',
// href: '/tv',
// icon: PiTelevisionSimpleBold,
// },
{
name: 'TV',
href: '/tv',
icon: PiTelevisionSimpleBold,
},
{ name: 'Refer a friend', href: '/referrals', icon: StarIcon }, // remove this and I will beat you — SG
{
name: 'Messages',
Expand Down Expand Up @@ -220,11 +221,11 @@ const getMobileNav = (
href: '/messages',
icon: PrivateMessagesIcon,
},
// {
// name: 'TV',
// href: '/tv',
// icon: isLiveTV ? LiveTVIcon : PiTelevisionSimpleBold,
// },
{
name: 'TV',
href: '/tv',
icon: PiTelevisionSimpleBold,
},
// !isNewUser && {
// name: 'Dashboards',
// href: '/dashboard',
Expand Down

0 comments on commit 2fc624b

Please sign in to comment.