Skip to content

Commit

Permalink
Merge pull request #50 from Gersonzao/main
Browse files Browse the repository at this point in the history
Fix minor spelling mistake
  • Loading branch information
SupertigerDev authored Dec 18, 2023
2 parents 1599839 + 51977b0 commit f528f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/settings/ConnectionsSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ function GoogleLink() {
}

return (
<SettingsBlock iconSrc='/assets/Google.svg' label='Google' description='Linking your Google account will allow you to upload files in Nerimity. Files will be stores in your Google Drive.'>
<SettingsBlock iconSrc='/assets/Google.svg' label='Google' description='Linking your Google account will allow you to upload files in Nerimity. Files will be stored in your Google Drive.'>
<Show when={!isConnected()}><Button label='Link' iconName='link' onClick={linkGoogle} /></Show>
<Show when={isConnected()}><Button label='Unlink' color='var(--alert-color)' iconName='link_off' onClick={unlinkGoogle} /></Show>
</SettingsBlock>
)


}
}

0 comments on commit f528f84

Please sign in to comment.