From ae542cca8b7923c894f6822d7d12c64cf5757f0a Mon Sep 17 00:00:00 2001 From: Luke Bunselmeyer Date: Mon, 8 May 2023 18:20:17 -0400 Subject: [PATCH] Instrumented custom plausible event to track station plays. --- app/components/stations-gallery.tsx | 3 ++- app/root.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/components/stations-gallery.tsx b/app/components/stations-gallery.tsx index 0d3739d..5e3461f 100644 --- a/app/components/stations-gallery.tsx +++ b/app/components/stations-gallery.tsx @@ -37,7 +37,8 @@ export function StationsGallery({ stations, tag }: StationsGalleryProps) {

{station.description}

- + Listen Now diff --git a/app/root.tsx b/app/root.tsx index 647df6c..0929744 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -35,7 +35,8 @@ export function Document({ title, children }: DocumentProps) { {title ? {title} : null} - + {children}