|
|
|
@ -51,6 +51,7 @@ const isRoadmapReady = !isUpcoming; |
|
|
|
|
data-popup="download-popup" |
|
|
|
|
class="inline-flex items-center justify-center bg-yellow-400 py-1.5 px-3 text-xs sm:text-sm font-medium rounded-md hover:bg-yellow-500" |
|
|
|
|
aria-label="Download Roadmap" |
|
|
|
|
onclick="window.fireEvent({ category: 'Subscription', action: 'Clicked Popup Opener', label: 'Download Roadmap Popup' })" |
|
|
|
|
> |
|
|
|
|
<Icon icon="download" /> |
|
|
|
|
<span class="hidden sm:inline ml-2">Download</span> |
|
|
|
@ -61,6 +62,7 @@ const isRoadmapReady = !isUpcoming; |
|
|
|
|
data-popup="subscribe-popup" |
|
|
|
|
class="inline-flex items-center justify-center bg-yellow-400 py-1.5 px-3 text-xs sm:text-sm font-medium rounded-md hover:bg-yellow-500" |
|
|
|
|
aria-label="Subscribe for Updates" |
|
|
|
|
onclick="window.fireEvent({ category: 'Subscription', action: 'Clicked Popup Opener', label: 'Subscribe Roadmap Popup' })" |
|
|
|
|
> |
|
|
|
|
<Icon icon="email" /> |
|
|
|
|
<span class="ml-2">Subscribe</span> |
|
|
|
|