mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-15 02:46:31 -05:00
Update matomo tracking code
This commit is contained in:
@@ -8,7 +8,7 @@ const {title, downloadURL, buttonText, downloadType, checksum} = props;
|
||||
<div className="flex flex-col sm:flex-row gap-2 justify-between items-center">
|
||||
<h2 className="text-xl font-semibold">{title}</h2>
|
||||
<a
|
||||
onclick="_paq.push(['trackEvent', 'Download', Download button click,'TEST'])"
|
||||
onclick="_paq.push(['trackEvent', 'Download', Download button click,'TEST']);"
|
||||
href={downloadURL}
|
||||
className="flex justify-center text-center items-center px-4 h-12 w-full sm:w-fit bg-slate-200 hover:bg-slate-300 text-base text-black rounded"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user