diff --git a/packages/frontpage/app/(app)/_components/post-card.tsx b/packages/frontpage/app/(app)/_components/post-card.tsx index 3020616..45fec19 100644 --- a/packages/frontpage/app/(app)/_components/post-card.tsx +++ b/packages/frontpage/app/(app)/_components/post-card.tsx @@ -55,7 +55,7 @@ export async function PostCard({ by {handle} diff --git a/packages/frontpage/app/(app)/about/page.tsx b/packages/frontpage/app/(app)/about/page.tsx index ba530eb..f6f8bf4 100644 --- a/packages/frontpage/app/(app)/about/page.tsx +++ b/packages/frontpage/app/(app)/about/page.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { export default function CommunityGuidelinesPage() { return ( -
+
About Frontpage Frontpage is a decentralised and federated link aggregator that's diff --git a/packages/frontpage/app/(app)/layout.tsx b/packages/frontpage/app/(app)/layout.tsx index 2333c77..a0fd20b 100644 --- a/packages/frontpage/app/(app)/layout.tsx +++ b/packages/frontpage/app/(app)/layout.tsx @@ -32,7 +32,7 @@ export default async function Layout({ const session = await getSession(); return (
-
+
{/* eslint-disable-next-line @next/next/no-img-element */} diff --git a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx index 8ee0c85..5cbd09d 100644 --- a/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx +++ b/packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment.tsx @@ -86,7 +86,7 @@ async function LiveComment({ className="flex items-center gap-2" > -
+
@{handle}
diff --git a/packages/frontpage/app/(app)/profile/[user]/page.tsx b/packages/frontpage/app/(app)/profile/[user]/page.tsx index 4c0b6ad..60e9ec3 100644 --- a/packages/frontpage/app/(app)/profile/[user]/page.tsx +++ b/packages/frontpage/app/(app)/profile/[user]/page.tsx @@ -78,12 +78,12 @@ export default async function Profile(props: { params: Promise }) { }); return ( -
+
-
+
-

+

{userHandle ?? "Invalid handle"}

@@ -94,7 +94,7 @@ export default async function Profile(props: { params: Promise }) {
-
+
Overview