From 1c393c99f1c4596c6bd18628209b2e9c0b367912 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Fri, 11 Oct 2024 16:50:03 -0700 Subject: [PATCH] Revert "tv" This reverts commit d5e4c2872398d01f7324effac5a006032c72000f. --- web/components/nav/sidebar.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index 9ec1dc3d7f..4bdfefde9b 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -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' @@ -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', @@ -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',