We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda962 commit 1f81b90Copy full SHA for 1f81b90
1 file changed
app/components/Header/AuthModal.client.vue
@@ -130,13 +130,12 @@ watch(handleInput, newHandleInput => {
130
<ButtonBase type="submit" variant="primary" :disabled="!handleInput.trim()" class="w-full">
131
{{ $t('auth.modal.connect') }}
132
</ButtonBase>
133
- <ButtonBase type="button" variant="primary" class="w-full" @click="handleCreateAccount">
+ <ButtonBase type="button" class="w-full" @click="handleCreateAccount">
134
{{ $t('auth.modal.create_account') }}
135
136
<hr class="color-border" />
137
<ButtonBase
138
type="button"
139
- variant="primary"
140
class="w-full"
141
@click="handleBlueskySignIn"
142
classicon="i-carbon:logo-bluesky"
0 commit comments