theme counter test

This commit is contained in:
NOCanoa
2024-09-27 22:37:12 +01:00
parent a87423f3d8
commit 498fa521b4
2 changed files with 3 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export default async function ThemePage({ themeID }: { themeID: string }) {
<Button
className="mt-4 hidden !rounded-lg"
id="install-theme"
data-umami-event={`${theme.name}-Install`}
zen-theme-id={theme.id}
>
Install Theme 🎉
@@ -57,6 +58,7 @@ export default async function ThemePage({ themeID }: { themeID: string }) {
<Button
className="mt-4 hidden !rounded-lg"
id="install-theme-uninstall"
data-umami-event={`${theme.name}-Uninstall`}
zen-theme-id={theme.id}
>
Uninstall Theme