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

@@ -13,7 +13,7 @@ export default function Footer() {
<Logo />
<div className="mt-auto">
<h1 className="text-2xl font-bold opacity-80">Zen Browser</h1>
<a href="https://uptime.zen-browser.app/" className="py-2 px-3 w-fit mt-2 cursor-pointer rounded-md shadow bg-surface flex items-center">
<a data-umami-event="footer-status" href="https://uptime.zen-browser.app/" className="py-2 px-3 w-fit mt-2 cursor-pointer rounded-md shadow bg-surface flex items-center">
<div className="rounded-full size-3 bg-green-500 relative shadow">
<div className="rounded-full size-3 bg-green-500 animate-ping absolute top-[-0.2%] z-0" style={{ animationDuration: "1.7s" }}></div>
</div>

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