We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042ddb9 commit 85424faCopy full SHA for 85424fa
1 file changed
apps/website/app/components/auth/ListGroups.tsx
@@ -90,7 +90,7 @@ export const ListGroups = () => {
90
{groupData.map((d) => (
91
<li key={d.id}>
92
{adminData[d.id || ""] ? (
93
- <a href={"group/" + d.id!}>{d.name}</a>
+ <link href={"group/" + d.id!}>{d.name}</link>
94
) : (
95
d.name
96
)}
0 commit comments