Skip to content

Commit 85424fa

Browse files
committed
use link instead of a
1 parent 042ddb9 commit 85424fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/app/components/auth/ListGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const ListGroups = () => {
9090
{groupData.map((d) => (
9191
<li key={d.id}>
9292
{adminData[d.id || ""] ? (
93-
<a href={"group/" + d.id!}>{d.name}</a>
93+
<link href={"group/" + d.id!}>{d.name}</link>
9494
) : (
9595
d.name
9696
)}

0 commit comments

Comments
 (0)