fix: correct title of profile creation page

This commit is contained in:
Prad Nukala
2024-12-11 13:26:26 -05:00
parent 305efbea5d
commit 0d4f2946f3
6 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ templ Columns() {
templ Container() {
<div id="container" class="flex fixed inset-0 z-[99] w-screen h-screen">
<div class="relative flex flex-wrap items-center w-full h-full px-8">
<div class="relative w-full max-w-sm mx-auto lg:mb-0">
<div class="relative w-full max-w-screen-lg mx-auto lg:mb-0">
<div class="flex flex-col items-center justify-center h-full">
{ children... }
</div>