Skip to content

Commit 37359d4

Browse files
authored
chore: add apimason url in footer (#1)
1 parent d8243e3 commit 37359d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/footer.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Logo from './logo.astro';
44
import NavLinks from './nav-links.astro';
55
66
const navItems = [
7+
{ label: 'APImason', href: 'https://apimason.com/' },
78
{ label: 'Terms', href: 'https://www.magicbell.com/terms-and-conditions' },
89
{ label: 'Privacy', href: 'https://www.magicbell.com/privacy-policy' },
910
{ label: 'Cookies', href: 'https://www.magicbell.com/cookie-policy' },

0 commit comments

Comments
 (0)