From 8368f6ea526ec141f4bb1722cf0c1453eeb6c938 Mon Sep 17 00:00:00 2001 From: Nick Winters Date: Wed, 8 Jan 2025 18:32:57 -0800 Subject: [PATCH] Column 4 UI updates --- app/routes/_exploreuser+/components/Discover.tsx | 12 ------------ app/routes/_site+/_components/Column-4.tsx | 16 ++-------------- app/routes/_site+/_components/Contributors.tsx | 4 ++-- app/routes/_site+/_components/SiteHeader.tsx | 15 ++------------- 4 files changed, 6 insertions(+), 41 deletions(-) diff --git a/app/routes/_exploreuser+/components/Discover.tsx b/app/routes/_exploreuser+/components/Discover.tsx index 2a98268b6..fe1865e4e 100644 --- a/app/routes/_exploreuser+/components/Discover.tsx +++ b/app/routes/_exploreuser+/components/Discover.tsx @@ -217,18 +217,6 @@ export function Discover() { {site.about}
- {site?.followers && ( -
- - - {site?.followers} - -
- )} @@ -116,19 +116,7 @@ export function ColumnFour() { >
- {/*
Remove Ads
*/} -
-
-
- {site.followers ? site.followers : "-"} -
-
- Followers -
-
+
diff --git a/app/routes/_site+/_components/SiteHeader.tsx b/app/routes/_site+/_components/SiteHeader.tsx index 7a4343bce..3049a0cb7 100644 --- a/app/routes/_site+/_components/SiteHeader.tsx +++ b/app/routes/_site+/_components/SiteHeader.tsx @@ -59,7 +59,7 @@ export function SiteHeader({ >
{site?.icon?.url ? ( @@ -76,21 +76,10 @@ export function SiteHeader({ )}
-
+
{site.name}
- {site?.followers && ( -
- - - {site?.followers} - -
- )}