File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import { site } from "../data/site";
5050 type =" button"
5151 class =" inline-flex items-center gap-2 rounded-xl bg-[var(--color-accent)] px-6 py-3 text-[15px] font-semibold text-white shadow-accent-glow transition-all duration-150 hover:-translate-y-0.5 hover:shadow-accent-glow-lg disabled:cursor-not-allowed disabled:opacity-60"
5252 data-download-action
53+ data-umami-event =" download_dmg"
5354 disabled
5455 >
5556 <ArrowDownToLine size ={ 18 } stroke-width ={ 2.2 } aria-hidden =" true" />
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ import { site } from "../data/site";
4646 <button
4747 type =" button"
4848 data-download-trigger
49+ data-umami-event =" download_modal_open"
4950 class =" rounded-full bg-[var(--color-accent)] px-5 py-2 text-sm font-semibold whitespace-nowrap text-white shadow-accent-glow transition-all duration-150 hover:opacity-90 active:scale-95 no-underline"
5051 >
5152 Download
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import { site } from "../../data/site";
2424 <button
2525 type =" button"
2626 data-download-trigger
27+ data-umami-event =" download_modal_open"
2728 class =" inline-flex items-center gap-2 rounded-xl bg-[var(--color-accent)] px-7 py-3.5 text-[15px] font-semibold text-white shadow-accent-glow transition-all duration-150 hover:-translate-y-0.5 hover:shadow-accent-glow-lg active:scale-[0.97] no-underline"
2829 >
2930 <ArrowDownToLine size ={ 18 } stroke-width ={ 2.2 } aria-hidden =" true" />
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import { site } from "../../data/site";
3535 <button
3636 type =" button"
3737 data-download-trigger
38+ data-umami-event =" download_modal_open"
3839 class =" inline-flex items-center gap-2 rounded-xl bg-[var(--color-accent)] px-7 py-3.5 text-[15px] font-semibold text-white shadow-accent-glow transition-all duration-150 hover:-translate-y-0.5 hover:shadow-accent-glow-lg active:scale-[0.97] no-underline"
3940 >
4041 <ArrowDownToLine size ={ 18 } stroke-width ={ 2.2 } aria-hidden =" true" />
You can’t perform that action at this time.
0 commit comments