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