From 4914eefaa3e7319c82bde88d1120109e66cd0355 Mon Sep 17 00:00:00 2001 From: kgilles Date: Tue, 19 Dec 2023 20:51:43 -0500 Subject: [PATCH] Remove premature favorites --- src/app/favorites/page.tsx | 11 ----------- src/components/bottom-nav/index.tsx | 3 +-- src/components/header/index.tsx | 7 +------ 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 src/app/favorites/page.tsx diff --git a/src/app/favorites/page.tsx b/src/app/favorites/page.tsx deleted file mode 100644 index 0cbfde0..0000000 --- a/src/app/favorites/page.tsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react'; - -import { BodyTitle } from '@/components/text'; - -const Favorites = () => ( -
- Favorites page WIP -
-); - -export default Favorites; diff --git a/src/components/bottom-nav/index.tsx b/src/components/bottom-nav/index.tsx index 930b35f..9a2e781 100644 --- a/src/components/bottom-nav/index.tsx +++ b/src/components/bottom-nav/index.tsx @@ -1,7 +1,7 @@ import React from 'react'; import Link from 'next/link'; import { - DocumentPlusIcon, MagnifyingGlassIcon, StarIcon, UserGroupIcon + DocumentPlusIcon, MagnifyingGlassIcon, UserGroupIcon } from '@heroicons/react/24/outline'; import Icon, { ICON_SIZE } from '../icon'; @@ -11,7 +11,6 @@ const BottomNav = () => (
-
diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx index 419c93c..c6d4838 100644 --- a/src/components/header/index.tsx +++ b/src/components/header/index.tsx @@ -1,9 +1,8 @@ import React from 'react'; import Image from 'next/image'; import Link from 'next/link'; -import { MagnifyingGlassIcon, StarIcon } from '@heroicons/react/24/outline'; +import { MagnifyingGlassIcon } from '@heroicons/react/24/outline'; -import Icon, { ICON_SIZE } from '../icon'; import { InputField } from '../input'; import { LinkText } from '../text'; import ProfileMenu from '../profile-menu'; @@ -28,10 +27,6 @@ const Header = () => ( Create post - | - - -