feat(ui): remove add clan button from ListClansModal

It was confusing how it worked. Cleaner to remove it and just have users X out of the modal and use the existing onboarding workflow.

Closes #5010
This commit is contained in:
Brian McGee
2025-09-29 11:12:47 +01:00
parent d7c42cd2aa
commit 04a1fa1cf0

View File

@@ -63,19 +63,6 @@ export const ListClansModal = (props: ListClansModalProps) => {
>
Your Clans
</Typography>
<Button
hierarchy="secondary"
ghost
size="s"
icon="Plus"
onClick={() => {
props.onClose?.();
navigateToOnboarding(navigate, true);
}}
>
Add Clan
</Button>
</div>
<ul class={cx(styles.clans)}>
<For each={clanList()}>