feat: add new fancy index + add org slugs

This commit is contained in:
swve 2022-09-25 10:57:54 +02:00
parent 1b3df392b7
commit 86fdd89b23
11 changed files with 376 additions and 21 deletions

View file

@ -49,7 +49,7 @@ const Organizations = () => {
<div>
{userOrganizations.map((org: any) => (
<div key={org.org_id}>
<Link href={`/organizations/${org.org_id}`}>
<Link href={`/org/${org.slug}`}>
<a>
<h3>{org.name}</h3>
</a>