Skip to content

Commit

Permalink
feat(connect-kit/x-settings): update connect section
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Mar 8, 2023
1 parent 9096899 commit 0daa4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ export function MainSetting() {
{character && <StorageWidget characterId={character.characterId} />}

<SettingsSection
title="Connect"
items={compact([
!account.email && {
id: "sign-in",
icon: <IdCardIcon className={styles.icon} />,
title: "Sign In",
description: "Sign in servers to get more features",
disabled: !!account.wallet?.siwe,
onClick: goToSignIn,
},
Expand Down

0 comments on commit 0daa4b2

Please sign in to comment.