feat(auth): enable users to delete their account #164

This commit is contained in:
2024-09-11 18:17:44 +02:00
parent 2542942d78
commit 9039998e98
5 changed files with 129 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ templ Layout(slot templ.Component, user templ.Component) {
</head>
<body>
<div class="h-screen flex flex-col">
<div class="flex justify-end items-center gap-2 py-1 px-2 md:gap-10 md:px-10 md:py-2 shadow">
<div class="flex justify-end items-center gap-2 py-1 px-2 h-12 md:gap-10 md:px-10 md:py-2 shadow">
<a href="/" class="flex-1 flex gap-2">
<img src="/static/favicon.svg" alt="ME-FIT logo"/>
<span>ME-FIT</span>