Skip to content

Commit 6ad58bc

Browse files
committed
fix markup
1 parent 44e1519 commit 6ad58bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/components/namecard/NamecardAvatar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const COLOR_AVATAR_NAME = {
1515

1616
<template>
1717
<div class="avatar">
18-
<span class="hook" aria-hidden="true" />
18+
<span class="avatar-hook" aria-hidden="true" />
1919
<div class="vuefes-logo-wrapper">
2020
<img src="/namecard/vuefes_logo.svg" alt="vuefes logo" />
2121
</div>
@@ -52,7 +52,7 @@ const COLOR_AVATAR_NAME = {
5252
box-shadow: var(--shadow-1);
5353
}
5454
55-
.hook {
55+
.avatar-hook {
5656
margin-top: 1.25rem;
5757
width: 25px;
5858
aspect-ratio: 1;

0 commit comments

Comments
 (0)