Skip to content

Commit 6eb2c34

Browse files
authored
fix: removing link to update organisation (#48)
- fix: removing link in the org header routing to update organisation, which was causing inconsistent ux flow
1 parent 344b7cc commit 6eb2c34

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/lib/components/nav/nav_header.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484
await switchOrganisation(org.id);
8585
}}
8686
>
87-
<a class="w-full" href={resolve(`/organisations/${org.id}`)}>
88-
<span class="capitalize">{org.friendly_name}</span>
89-
</a>
87+
<span class="capitalize">{org.friendly_name}</span>
9088
</DropdownMenu.Item>
9189
{/each}
9290
{/if}

0 commit comments

Comments
 (0)