diff --git a/components/UserPostedAt.tsx b/components/UserPostedAt.tsx
index 37e1e2962..a209affc4 100644
--- a/components/UserPostedAt.tsx
+++ b/components/UserPostedAt.tsx
@@ -12,7 +12,7 @@ export default function UserPostedAt(
size={24}
class="mr-2"
/>
-
+
{props.userLogin}
{" "}
{timeAgo(new Date(props.createdAt))} ago
diff --git a/fresh.gen.ts b/fresh.gen.ts
index f736d4dd1..c87b676b3 100644
--- a/fresh.gen.ts
+++ b/fresh.gen.ts
@@ -29,7 +29,7 @@ import * as $23 from "./routes/pricing.tsx";
import * as $24 from "./routes/signin.ts";
import * as $25 from "./routes/signout.ts";
import * as $26 from "./routes/submit.tsx";
-import * as $27 from "./routes/user/[login].tsx";
+import * as $27 from "./routes/users/[login].tsx";
import * as $$0 from "./islands/Chart.tsx";
import * as $$1 from "./islands/PageInput.tsx";
import * as $$2 from "./islands/VoteButton.tsx";
@@ -63,7 +63,7 @@ const manifest = {
"./routes/signin.ts": $24,
"./routes/signout.ts": $25,
"./routes/submit.tsx": $26,
- "./routes/user/[login].tsx": $27,
+ "./routes/users/[login].tsx": $27,
},
islands: {
"./islands/Chart.tsx": $$0,
diff --git a/routes/dashboard/users.tsx b/routes/dashboard/users.tsx
index ea76ea791..4d8aa4017 100644
--- a/routes/dashboard/users.tsx
+++ b/routes/dashboard/users.tsx
@@ -39,7 +39,7 @@ function UsersTable(props: { users: User[] }) {