optimizations

This commit is contained in:
2026-03-28 19:15:39 +01:00
parent 0b25d9570a
commit cab4fbd83e
509 changed files with 1016804 additions and 1605 deletions

View File

@@ -56,6 +56,11 @@ export default function ForumThread({
<div className="flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between">
<div className="min-w-0">
<h1 className="text-2xl font-bold text-white leading-snug">{thread?.title}</h1>
{thread?.description ? (
<p className="mt-3 max-w-3xl text-sm leading-6 text-zinc-300 sm:text-[15px]">
{thread.description}
</p>
) : null}
<div className="mt-2 flex flex-wrap items-center gap-2 text-xs text-zinc-500">
<span>By {author?.name ?? 'Unknown'}</span>
<span className="text-zinc-700"></span>