diff --git a/app/routes/_exploreuser+/components/Discover.tsx b/app/routes/_exploreuser+/components/Discover.tsx index 2a98268b..fe1865e4 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 7a4343bc..3049a0cb 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} - -
- )}