add easter egg

This commit is contained in:
Michael Czechowski
2024-10-14 23:12:00 +02:00
parent 8e0d0fbdf0
commit 2320821373

View File

@@ -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]")