From 144a72895ec83d1bcf259b55c2e553b3b6c55efa Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 6 Mar 2022 18:35:41 +0100 Subject: [PATCH] fix(front/account): fix first panel tag name (div->section) --- src/assets/views/auth/account/account.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/views/auth/account/account.svelte b/src/assets/views/auth/account/account.svelte index 9de4924..c7d8eaa 100644 --- a/src/assets/views/auth/account/account.svelte +++ b/src/assets/views/auth/account/account.svelte @@ -15,7 +15,7 @@ -
+

Personal information @@ -32,7 +32,7 @@ {#if mainEmail}

Contact email: {mainEmail} More...

{/if} -

+ {#if $locals.has_name_component}