diff --git a/src/components/Footer.pug b/src/components/Footer.pug index bf122d1..62125af 100644 --- a/src/components/Footer.pug +++ b/src/components/Footer.pug @@ -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]")