Fixed accessibility issues
This commit is contained in:
parent
0b2e88fb94
commit
97525f0940
@ -5,7 +5,7 @@ component Sidebar(user *arn.User)
|
|||||||
if user != nil
|
if user != nil
|
||||||
AvatarNoTip(user)
|
AvatarNoTip(user)
|
||||||
else
|
else
|
||||||
a(href="/")
|
a(href="/", aria-label="Anime Notifier")
|
||||||
img.user-image.lazy(src=utils.EmptyImage(), data-src="/images/brand/64.png", data-webp="true", alt="Anime Notifier")
|
img.user-image.lazy(src=utils.EmptyImage(), data-src="/images/brand/64.png", data-webp="true", alt="Anime Notifier")
|
||||||
|
|
||||||
if user != nil
|
if user != nil
|
||||||
|
Loading…
Reference in New Issue
Block a user