Skip to content

Commit

Permalink
add comment and example for external link
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-cook committed Nov 15, 2023
1 parent 730d971 commit ef41caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +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.
export const FOOTER_SECTIONS = [
{
header: 'Legal',
Expand Down Expand Up @@ -49,6 +50,7 @@ export const FOOTER_SECTIONS = [
{
name: 'Contact',
url: '/',
external: true,
},
],
},
Expand Down

0 comments on commit ef41caf

Please sign in to comment.