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}