fix: make table rows clickable

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-16 10:45:16 +01:00
parent 4483e464d1
commit eab33d3127
4 changed files with 132 additions and 43 deletions

View File

@@ -74,7 +74,7 @@ export function useColumns() {
if (session.profile) {
return (
<ProjectLink
className="row items-center gap-2 font-medium"
className="row items-center gap-2 font-medium hover:underline"
href={`/profiles/${encodeURIComponent(session.profile.id)}`}
>
<ProfileAvatar size="sm" {...session.profile} />