updated accounts page: display user info and list shops
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="basis-full grow p-[1em] max-w-full">
|
||||
<main class="basis-full grow max-w-full">
|
||||
{{/* This is where the page_body template will be inserted into the page */}}
|
||||
{{- block "body" . }}{{ end }}
|
||||
</main>
|
||||
@@ -132,9 +132,9 @@
|
||||
>
|
||||
<img
|
||||
src="{{ .Identity.Claims.Picture }}"
|
||||
class="rounded-[50%]"
|
||||
style="
|
||||
max-height: 3rem;
|
||||
border-radius: 50%;
|
||||
margin: 1rem 0;
|
||||
"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user