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:
@@ -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()}>
|
||||
|
||||
Reference in New Issue
Block a user