Revert "fixed nextjs build with super cringe solution (will be revert in next commit)"

This reverts commit a2aad487ab.
This commit is contained in:
Ren Amamiya
2023-04-21 11:00:45 +07:00
parent a2aad487ab
commit 1ee77c28fe
11 changed files with 26 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ export const ChatListItem = ({ pubkey }: { pubkey: string }) => {
return (
<ActiveLink
href={`/nostr/chats?pubkey=${pubkey}`}
href={`/nostr/chats/${pubkey}`}
activeClassName="dark:bg-zinc-900 dark:text-zinc-100 hover:dark:bg-zinc-800"
className="inline-flex items-center gap-2 rounded-md px-2.5 py-1.5 hover:bg-zinc-900"
>