File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<script setup>
2
2
import ApplicationLogo from ' @/components/ApplicationLogo.vue' ;
3
+ import FlashMessages from ' @/components/FlashMessages.vue' ;
3
4
</script >
4
5
5
6
<template >
6
7
<Container class =" min-h-svh flex flex-col justify-center items-center" >
7
- <div >
8
+ <div class = " mb-6 " >
8
9
<InertiaLink href =" /" >
9
10
<ApplicationLogo class =" w-12 h-12 fill-current text-surface-900 dark:text-surface-0" />
10
11
</InertiaLink >
11
12
</div >
13
+ <FlashMessages class =" w-full sm:max-w-lg" />
12
14
<div
13
15
v-if =" $slots.message"
14
- class =" w-full sm:max-w-lg mt -6"
16
+ class =" w-full sm:max-w-lg mb -6"
15
17
>
16
18
<slot name =" message" />
17
19
</div >
18
- <div class =" w-full sm:max-w-lg mt-6 " >
20
+ <div class =" w-full sm:max-w-lg" >
19
21
<Card
20
22
pt:caption:class =" space-y-2"
21
23
pt:body:class =" p-6 sm:p-8 space-y-6"
You can’t perform that action at this time.
0 commit comments