Update theme-page.tsx

This commit is contained in:
NOCanoa
2024-09-27 22:52:42 +01:00
parent 498fa521b4
commit ffd3e98c52

View File

@@ -50,7 +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`}
data-umami-event={`${theme.id}-Install`}
zen-theme-id={theme.id}
>
Install Theme 🎉
@@ -58,7 +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`}
data-umami-event={`${theme.id}-Uninstall`}
zen-theme-id={theme.id}
>
Uninstall Theme