mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Login/Logout/Forgor flows
This commit is contained in:
parent
5d04693a09
commit
af4c629047
18 changed files with 298 additions and 129 deletions
|
|
@ -27,7 +27,7 @@ const { value: bannerPosition } = (await prismaClient.config.findUnique({ where:
|
|||
height={150}
|
||||
/>
|
||||
</div>
|
||||
<div class='relative px-20 size-full'>
|
||||
<div class='relative px-20 size-full flex'>
|
||||
<a href='/'>
|
||||
<Image
|
||||
src={Astro.currentLocale === 'es' ? logoEs : logo}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue