diff --git a/src/components/footer.astro b/src/components/footer.astro index dc5eb1a..cffe31c 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -4,7 +4,7 @@ import Logo from './logo.astro'; import NavLinks from './nav-links.astro'; const navItems = [ - { label: 'APImason', href: 'https://apimason.com/' }, + { label: 'Tailbits', href: 'https://tailbits.com/' }, { label: 'Terms', href: 'https://www.magicbell.com/terms-and-conditions' }, { label: 'Privacy', href: 'https://www.magicbell.com/privacy-policy' }, { label: 'Cookies', href: 'https://www.magicbell.com/cookie-policy' },