Skip to content

Commit

Permalink
Revert "tv"
Browse files Browse the repository at this point in the history
This reverts commit d5e4c28.
  • Loading branch information
mantikoros committed Oct 11, 2024
1 parent f3419c6 commit 1c393c9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions web/components/nav/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from '@heroicons/react/outline'
import TrophyIcon from 'web/lib/icons/trophy-icon.svg'
import { GiCapitol } from 'react-icons/gi'
import { PiTelevisionSimpleBold } from 'react-icons/pi'
import clsx from 'clsx'
import { useState } from 'react'

Expand Down Expand Up @@ -158,11 +157,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 @@ -212,11 +211,11 @@ const getMobileNav = (
href: '/messages',
icon: PrivateMessagesIcon,
},
{
name: 'TV',
href: '/tv',
icon: PiTelevisionSimpleBold,
},
// {
// name: 'TV',
// href: '/tv',
// icon: isLiveTV ? LiveTVIcon : PiTelevisionSimpleBold,
// },
// !isNewUser && {
// name: 'Dashboards',
// href: '/dashboard',
Expand Down

0 comments on commit 1c393c9

Please sign in to comment.