diff --git a/utils/constants.js b/utils/constants.js index da41a67..73777eb 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -21,7 +21,7 @@ export const LOGO = { export const FOOTER_NAME = 'Beachside Biotechnology Services' -// adding external: true to a link will allow it to open in a new tab. +// adding target: '_blank' to a link will allow it to open in a new tab. export const FOOTER_SECTIONS = [ { header: 'Legal', @@ -50,7 +50,11 @@ export const FOOTER_SECTIONS = [ { name: 'Contact', url: '/', - external: true, + }, + { + name: 'External Link', + url: 'http://www.google.com', + target: '_blank', }, ], },