add easter egg
This commit is contained in:
@@ -47,5 +47,10 @@ footer#footer.bg-nls-black.text-white
|
||||
onclick="umami.track('email clicked', { position: 'footer' })"
|
||||
) #{footer.emailText}
|
||||
// endregion
|
||||
a(href=footer.riskUrl, aria-label=footer.riskAriaLabel, title=footer.riskTitle)
|
||||
a(
|
||||
href=footer.riskUrl,
|
||||
aria-label=footer.riskAriaLabel,
|
||||
title=footer.riskTitle
|
||||
onclick="umami.track('easter egg clicked', { category: 'footer', position: 'footer' })"
|
||||
)
|
||||
img.w-12.ml-auto(src=footer.riskImgSrc, alt=footer.riskImgAlt, class="mt-[1000vh]")
|
||||
|
||||
Reference in New Issue
Block a user