mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
move banners on login and register cards into the cards
This commit is contained in:
committed by
Constantin Graf
parent
dba214f424
commit
4349b0dfb1
@@ -42,8 +42,6 @@ const page = usePage<{
|
||||
<template>
|
||||
<Head title="Register" />
|
||||
|
||||
<Banner />
|
||||
|
||||
<AuthenticationCard>
|
||||
<template #logo>
|
||||
<AuthenticationCardLogo />
|
||||
@@ -58,6 +56,8 @@ const page = usePage<{
|
||||
</Link>
|
||||
</template>
|
||||
|
||||
<Banner card />
|
||||
|
||||
<div
|
||||
v-if="page.props.flash?.message"
|
||||
class="bg-red-400 text-black text-center w-full px-3 py-1 mb-4 rounded-lg">
|
||||
|
||||
Reference in New Issue
Block a user