Skip to content

Commit

Permalink
Merge pull request #1073 from paperclypse/remove-developer-header-link
Browse files Browse the repository at this point in the history
fix(Developer site): Removed Developer link in header
  • Loading branch information
tabathadelane authored Jul 2, 2024
2 parents 104ad9b + 0e93783 commit f3a63ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/gatsby-theme-newrelic/src/components/GlobalHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import useInstrumentedHandler from '../hooks/useInstrumentedHandler';

export const NR_SITES = {
DOCS: 'DOCS',
DEVELOPER: 'DEVELOPER',
COMMUNITY: 'COMMUNITY',
LEARN: 'LEARN',
};
Expand All @@ -33,10 +32,6 @@ HEADER_LINKS.set(NR_SITES.DOCS, {
text: 'Docs',
href: 'https://docs.newrelic.com/',
})
.set(NR_SITES.DEVELOPER, {
text: 'Developer',
href: 'https://developer.newrelic.com/',
})
.set(NR_SITES.COMMUNITY, {
text: 'Community',
href: 'https://discuss.newrelic.com/',
Expand Down

0 comments on commit f3a63ca

Please sign in to comment.