We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8243e3 commit 37359d4Copy full SHA for 37359d4
1 file changed
src/components/footer.astro
@@ -4,6 +4,7 @@ import Logo from './logo.astro';
4
import NavLinks from './nav-links.astro';
5
6
const navItems = [
7
+ { label: 'APImason', href: 'https://apimason.com/' },
8
{ label: 'Terms', href: 'https://www.magicbell.com/terms-and-conditions' },
9
{ label: 'Privacy', href: 'https://www.magicbell.com/privacy-policy' },
10
{ label: 'Cookies', href: 'https://www.magicbell.com/cookie-policy' },
0 commit comments