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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user