From 5cf82dadf865cbf45c7ac7c9a84b819be49347dd Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Fri, 27 Mar 2026 22:17:16 +0100 Subject: [PATCH] remove extra header --- app/components/tvone-header.tsx | 59 +++++++++++++++------------------ 1 file changed, 26 insertions(+), 33 deletions(-) diff --git a/app/components/tvone-header.tsx b/app/components/tvone-header.tsx index bdcb69e..544f95a 100644 --- a/app/components/tvone-header.tsx +++ b/app/components/tvone-header.tsx @@ -47,33 +47,6 @@ function BagIcon({ className }: { className?: string }) { export function TvoneHeader() { return (
-
@@ -130,14 +103,34 @@ export function TvoneHeader() {
-
-
-
- tv + +
+
); }