diff --git a/components/layout/Footer.js b/components/layout/Footer.js index b55309b..64f83f2 100644 --- a/components/layout/Footer.js +++ b/components/layout/Footer.js @@ -13,13 +13,8 @@ const Footer = () => {
- - WorldFish - Digital + + WorldFish Digital
diff --git a/components/layout/Footer.module.css b/components/layout/Footer.module.css index 99f7394..bd9a753 100644 --- a/components/layout/Footer.module.css +++ b/components/layout/Footer.module.css @@ -1,24 +1,8 @@ .brandLink { - align-items: center; - gap: 10px; color: var(--wf-text-on-dark); text-decoration: none; } -.brandLogoImg { - display: block; - height: 40px; - width: auto; -} - -.brandSuffix { - font-family: var(--wf-font-body); - font-size: 1.15rem; - font-weight: 600; - color: var(--wf-text-on-dark-soft); - letter-spacing: -0.02em; -} - -.brandLink:hover .brandSuffix { +.brandLink:hover { color: var(--wf-color-accent); } diff --git a/components/layout/Header.js b/components/layout/Header.js index 916694b..9ee802e 100644 --- a/components/layout/Header.js +++ b/components/layout/Header.js @@ -23,13 +23,17 @@ const Header = ({ menuOpen, onMobileNavToggle, headerStyle }) => {
- + - Digital + + WorldFish + Digital +