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 e928af7 commit 224325aCopy full SHA for 224325a
src/components/auth/Heading.vue
@@ -2,7 +2,7 @@
2
<div class="text-center mb-6">
3
<img
4
class="mb-3"
5
- :src="`/${isDark ? 'logo-dark' : 'logo'}.png`"
+ :src="`/${isDark ? 'logo' : 'logo'}.png`"
6
:width="isDark ? 60 : 70"
7
alt="Logo"
8
/>
src/pages/auth/forgot-password.vue
@@ -1,6 +1,6 @@
1
<template>
<AuthLayout>
- <v-sheet width="360" rounded class="position-relative mx-auto border rounded-lg pa-8">
+ <v-sheet width="360" rounded class="position-relative mx-auto pa-8 rounded-lg">
<v-progress-linear :active="isLoading" indeterminate absolute bottom color="primary" />
<v-alert
0 commit comments