From ec211ccbc301136f6a4ad603951633b2a2628d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Fri, 23 Jan 2026 11:25:30 +0100 Subject: [PATCH] chore: fix the capitalization of 3 characters to make sure they match. :) --- src/pages/VisProgPage/VisProg.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/VisProgPage/VisProg.tsx b/src/pages/VisProgPage/VisProg.tsx index a083bbf..323916c 100644 --- a/src/pages/VisProgPage/VisProg.tsx +++ b/src/pages/VisProgPage/VisProg.tsx @@ -119,7 +119,7 @@ const VisProgUI = () => { - + @@ -189,7 +189,7 @@ function VisProgPage() { return ( <> - + ) }