Merge pull request #118 from nostrband/develop

Change login button name to Login
This commit is contained in:
Nostr.Band 2024-02-23 08:29:57 +03:00 committed by GitHub
commit 9b10952749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ export const ModalLogin = () => {
<Stack gap={'0.5rem'}>
<Button type="submit" fullWidth disabled={isLoading}>
Add account {isLoading && <LoadingSpinner />}
Login {isLoading && <LoadingSpinner />}
</Button>
</Stack>
</Stack>