1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

Add event tracking

This commit is contained in:
Kamran Ahmed
2023-01-04 21:05:11 +04:00
parent 75e840e26b
commit 0f698b3647

View File

@@ -29,7 +29,12 @@ const roadmapTitle =
<div class='px-2 py-1.5 border-b bg-gray-100 hidden sm:block'> <div class='px-2 py-1.5 border-b bg-gray-100 hidden sm:block'>
<p class='text-sm'> <p class='text-sm'>
Get the latest {roadmapTitle} news from our sister site{' '} Get the latest {roadmapTitle} news from our sister site{' '}
<a href='#' class='font-semibold underline'> <a
href='https://thenewstack.io'
target='_blank'
class='font-semibold underline'
onclick="window.fireEvent({ category: 'PartnerClick', action: `TNS Referral`, label: `TNS Referral - Roadmap` })"
>
TheNewStack.io TheNewStack.io
</a> </a>
</p> </p>