Update HeaderSimple and HeroTitle components: modify styles for header background and borders, streamline imports, and enhance color scheme for improved visual consistency.

This commit is contained in:
Craig
2025-04-15 15:52:26 +01:00
parent 1e47e4d892
commit 9fa0d047eb
3 changed files with 7 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { Container, Group, Text } from '@mantine/core';
import { Container, Text } from '@mantine/core';
// import { GithubIcon } from '@mantinex/dev-icons';
import classes from './HeroTitle.module.css';