Skip to content

Commit 224325a

Browse files
update changes
1 parent e928af7 commit 224325a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/auth/Heading.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="text-center mb-6">
33
<img
44
class="mb-3"
5-
:src="`/${isDark ? 'logo-dark' : 'logo'}.png`"
5+
:src="`/${isDark ? 'logo' : 'logo'}.png`"
66
:width="isDark ? 60 : 70"
77
alt="Logo"
88
/>

src/pages/auth/forgot-password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<AuthLayout>
3-
<v-sheet width="360" rounded class="position-relative mx-auto border rounded-lg pa-8">
3+
<v-sheet width="360" rounded class="position-relative mx-auto pa-8 rounded-lg">
44
<v-progress-linear :active="isLoading" indeterminate absolute bottom color="primary" />
55

66
<v-alert

0 commit comments

Comments
 (0)