update urls and user page

This commit is contained in:
Ren Amamiya
2023-07-25 13:25:14 +07:00
parent 7a245cd375
commit 1362dfadda
19 changed files with 246 additions and 170 deletions

View File

@@ -92,7 +92,7 @@ export function ActiveAccount({ data }: { data: any }) {
}
return (
<Link to={`/app/user/${data.pubkey}`} className="relative inline-block h-9 w-9">
<Link to={`/app/users/${data.pubkey}`} className="relative inline-block h-9 w-9">
<Image
src={user?.picture || user?.image}
fallback={DEFAULT_AVATAR}