fix(front/account): fix first panel tag name (div->section)
This commit is contained in:
parent
81c65344a9
commit
144a72895e
@ -15,7 +15,7 @@
|
||||
</script>
|
||||
|
||||
<BaseTemplate title="Account" description="Manage your account settings and data.">
|
||||
<div class="panel">
|
||||
<section class="panel">
|
||||
<h2>
|
||||
<Icon name="user"/>
|
||||
Personal information
|
||||
@ -32,7 +32,7 @@
|
||||
{#if mainEmail}
|
||||
<p>Contact email: {mainEmail} <a href="#emails">More...</a></p>
|
||||
{/if}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{#if $locals.has_name_component}
|
||||
<NamePanel/>
|
||||
|
Loading…
Reference in New Issue
Block a user