From 9914e960c991bf296ed3463305b07c58ab24952c Mon Sep 17 00:00:00 2001 From: Niya Gupta Date: Mon, 25 Aug 2025 18:36:36 +0530 Subject: [PATCH 1/2] chore: add apimason url in footer --- src/components/footer.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/footer.astro b/src/components/footer.astro index 040530c..dc5eb1a 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -4,6 +4,7 @@ import Logo from './logo.astro'; import NavLinks from './nav-links.astro'; const navItems = [ + { label: 'APImason', href: 'https://apimason.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' }, From 915556973d4578971dbab395fa3168647c3b7172 Mon Sep 17 00:00:00 2001 From: Niya Gupta Date: Tue, 7 Oct 2025 14:49:36 +0530 Subject: [PATCH 2/2] fix: update footer link from APImason to Tailbits --- src/components/footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },