From 2320821373e074cbbb6bb299cd20088ee66db9b8 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Mon, 14 Oct 2024 23:12:00 +0200 Subject: [PATCH] add easter egg --- src/components/Footer.pug | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]")