diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0e3aea8..70fc886 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,8 +18,9 @@ const currentYear = new Date().getFullYear();
{footer.brandDescription}
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index a714c07..ae1a6b5 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -21,10 +21,11 @@ const header = siteConfig.header || { - {header.brandName || 'N&D'} {header.brandHighlight || 'i-t SOLUTIONS'} + {header.brandName || 'N&D'} {header.brandHighlight || 'i-t SOLUTIONS'} +