diff --git a/src/navigation.js b/src/navigation.js index 22a5e54..f4e2303 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -23,7 +23,7 @@ export const headerData = { href: getPermalink('/blog'), }, ], - actions: [{ text: 'Get INCA Nodes', href: '/typeform', target: '_blank' }], + actions: [{ text: 'Get INCA Nodes', href: '/typeform' }], }; export const footerData = { diff --git a/src/pages/farming.astro b/src/pages/farming.astro index 5e04096..095c29a 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -59,7 +59,6 @@ const metadata = { } ], callToAction: { - target: '_blank', text: 'Get INCA Nodes', href: '/typeform', }, @@ -87,7 +86,6 @@ const metadata = { } ], callToAction: { - target: '_blank', text: 'Get INCA Nodes', href: '/typeform', }, @@ -117,7 +115,6 @@ const metadata = { } ], callToAction: { - target: '_blank', text: 'Get INCA Nodes', href: '/typeform', }, diff --git a/src/pages/index.astro b/src/pages/index.astro index 1e4c5ef..319f146 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -35,7 +35,6 @@ const metadata = { variant: 'primary', text: 'Get INCA Nodes', href: '/typeform', - target: '_blank', icon: 'tabler:brand-minecraft', }, { text: 'Learn more', href: '#technology' }, @@ -115,7 +114,6 @@ const metadata = { actions={[ { variant: 'primary', - target: '_blank', text: 'Get INCA Nodes', href: '/typeform', icon: 'tabler:brand-minecraft', @@ -360,7 +358,6 @@ const metadata = { variant: 'primary', text: 'Get INCA Nodes', href: '/typeform', - target: '_blank', icon: 'tabler:brand-minecraft', }, ]} diff --git a/src/pages/technology.astro b/src/pages/technology.astro index 466102e..e035355 100644 --- a/src/pages/technology.astro +++ b/src/pages/technology.astro @@ -323,7 +323,6 @@ const metadata = { actions={[ { variant: 'primary', - target: '_blank', text: 'Get INCA Nodes', href: '/typeform', icon: 'tabler:brand-minecraft',