mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 17:26:38 +00:00
clean up naming and add /settings/ to path
This commit is contained in:
@@ -46,7 +46,7 @@ export default async function Page(props: {
|
||||
{orgs.map((org) => (
|
||||
<Link
|
||||
key={org.orgId}
|
||||
href={`/${org.orgId}`}
|
||||
href={`/${org.orgId}/settings`}
|
||||
className="text-primary underline"
|
||||
>
|
||||
<div className="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user