fixed ssr errors

This commit is contained in:
Ren Amamiya
2023-04-23 08:25:27 +07:00
parent b9bafc851e
commit 8b6bffcff2
14 changed files with 101 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ export const ChannelListItem = ({ data }: { data: any }) => {
return (
<a
href={`channel?id=${data.event_id}`}
href={`/channel?id=${data.event_id}`}
className="inline-flex items-center gap-2 rounded-md px-2.5 py-1.5 hover:bg-zinc-900"
>
<div className="relative h-5 w-5 shrink-0 rounded">