This commit is contained in:
Harun CAN
2026-01-30 04:48:46 +03:00
parent b662a88a65
commit 1f123b9f65
20 changed files with 490 additions and 76 deletions

View File

@@ -165,17 +165,23 @@ export default function Header() {
<ChakraLink
as={Link}
href="/home"
fontSize="lg"
fontWeight="bold"
color={{ base: "primary.500", _dark: "primary.300" }}
fontSize="3xl"
fontWeight="extrabold"
letterSpacing="wide"
bgGradient="to-r"
gradientFrom="primary.400"
gradientTo="primary.600"
bgClip="text"
bgSize="200% auto"
animation="text-gradient 12s linear infinite"
focusRing="none"
textDecor="none"
transition="all 0.3s ease-in-out"
_hover={{
color: { base: "primary.900", _dark: "primary.50" },
opacity: 0.8,
}}
>
{"FCS "}
{"Game Calendar"}
</ChakraLink>
</HStack>