feat(frontend): appease pagespeed insights

This commit is contained in:
Sam 2023-03-27 15:48:03 +02:00
parent 4a17611766
commit bcdcb1e0d5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 7 additions and 6 deletions

View file

@ -111,7 +111,7 @@
{#if data.display_name}
<div>
<h2>{data.display_name}</h2>
<h5 class="text-body-secondary">@{data.name}</h5>
<p class="fs-5 text-body-secondary">@{data.name}</p>
</div>
{:else}
<h2>@{data.name}</h2>

View file

@ -20,7 +20,7 @@
};
</script>
<Icon name="globe" aria-label="Link" />
<Icon name="globe" aria-hidden />
{#if isLink}
<a href={link} rel="me nofollow noreferrer" target="_blank">{displayLink}</a>
{:else}

View file

@ -49,7 +49,7 @@
</div>
<div class="col-md">
<h2>{data.display_name ?? data.name}</h2>
<h5 class="text-body-secondary">{data.name} (@{data.user.name})</h5>
<p class="fs-5 text-body-secondary">{data.name} (@{data.user.name})</p>
{#if profileEmpty && $userStore?.id === data.user.id}
<hr />
<p>