This commit is contained in:
Tomas Dvorak
2025-10-23 22:26:50 +02:00
parent 63700eedb2
commit 70ea0c3c91
75 changed files with 3337 additions and 1160 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ const Footer: React.FC = () => {
</Box>
{/* MyClub Watermark - Clean White Branding */}
<Box bg="white" borderTop="1px" borderColor="gray.200" py={6}>
<Box bg="white" borderTop="1px" borderColor="gray.200" py={6} data-watermark="myclub">
<Container maxW="container.xl">
<Stack
direction={{ base: 'column', md: 'row' }}