Loading examples/blog/components/PostList.tsx +4 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,10 @@ export default function PostList( <hgroup> <h1>{blog.title}</h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} <a href="/followers"> {followers === 1n ? "1 follower" : `${followers} followers`} </a>{" "} Loading examples/blog/routes/followers.tsx +4 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,10 @@ export default async function FollowerList(req: Request) { <a href="/">{blog.title}</a> </h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} {totalFollowers === 1n ? "1 follower" : `${totalFollowers} followers`} · {blog.description} Loading examples/blog/routes/posts/[uuid].tsx +4 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,10 @@ export default function PostPage( <a href="/">{blog.title}</a> </h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} <a href="/followers"> {followers === 1n ? "1 follower" : `${followers} followers`} </a>{" "} Loading Loading
examples/blog/components/PostList.tsx +4 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,10 @@ export default function PostList( <hgroup> <h1>{blog.title}</h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} <a href="/followers"> {followers === 1n ? "1 follower" : `${followers} followers`} </a>{" "} Loading
examples/blog/routes/followers.tsx +4 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,10 @@ export default async function FollowerList(req: Request) { <a href="/">{blog.title}</a> </h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} {totalFollowers === 1n ? "1 follower" : `${totalFollowers} followers`} · {blog.description} Loading
examples/blog/routes/posts/[uuid].tsx +4 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,10 @@ export default function PostPage( <a href="/">{blog.title}</a> </h1> <p> <strong>@{blog.handle}@{domain}</strong> ·{" "} <strong style="user-select: all; cursor: text;"> @{blog.handle}@{domain} </strong>{" "} ·{" "} <a href="/followers"> {followers === 1n ? "1 follower" : `${followers} followers`} </a>{" "} Loading