Skip to content

Commit 12f6285

Browse files
committed
use separator component
1 parent d847f9e commit 12f6285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuxt/app/components/auth/Login.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ onBeforeUnmount(() => window.removeEventListener("message", handleMessage));
9595
/>
9696
</div>
9797

98-
<hr class="col-span-12 border-neutral-100 dark:border-neutral-800" />
98+
<USeparator label="OR" />
9999

100100
<UForm ref="form" :state="state" @submit="onSubmit" class="space-y-4">
101101
<UFormField label="Email" name="email" required>

nuxt/app/pages/account/general.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ useSeoMeta({
1414
<div class="col-span-12 lg:col-span-8">
1515
<AccountUpdateProfile />
1616
</div>
17-
<hr class="col-span-12 border-neutral-100 dark:border-neutral-800" />
17+
<USeparator class="col-span-12" />
1818
<div class="col-span-12 lg:col-span-4">
1919
<div class="text-lg font-semibold mb-2">Update Password</div>
2020
<div class="text-sm opacity-80">

0 commit comments

Comments
 (0)