diff --git a/web/components/feed-create.tsx b/web/components/feed-create.tsx
index c54d5937..476324d6 100644
--- a/web/components/feed-create.tsx
+++ b/web/components/feed-create.tsx
@@ -81,7 +81,7 @@ export default function FeedCreate(props: {
return (
inputRef.current?.focus()}
>
diff --git a/web/pages/fold/[...slugs]/index.tsx b/web/pages/fold/[...slugs]/index.tsx
index 6334f892..957673f4 100644
--- a/web/pages/fold/[...slugs]/index.tsx
+++ b/web/pages/fold/[...slugs]/index.tsx
@@ -155,26 +155,28 @@ export default function FoldPage(props: {
return (
-
-
- {isCurator ? (
-
- ) : (
-
- )}
-
-
-
-
- Curated by
-
+
+
+
+ {isCurator ? (
+
+ ) : (
+
+ )}
-
{fold.about}
-
+
+
+
+ Curated by
+
+
+
{fold.about}
+
+
@@ -216,7 +218,7 @@ export default function FoldPage(props: {
{user !== null && (