Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 4474c9e

Browse files
author
Joel Worrall
committed
fix: align github icon with dev website
1 parent ddfa84f commit 4474c9e

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

src/components/GlobalHeader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const GlobalHeader = ({ hasHeaderBg, className, editLink }) => {
7979
title="View the GitHub repo for this website"
8080
>
8181
<a
82-
href="https://github.com/newrelic/opensource-website"
82+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
8383
className={styles.githubButtonLink}
8484
target="__blank"
8585
>

src/components/__tests__/__snapshots__/Header.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Array [
107107
>
108108
<a
109109
className="githubButtonLink"
110-
href="https://github.com/newrelic/opensource-website"
110+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
111111
target="__blank"
112112
>
113113
<svg

src/pages/__tests__/__snapshots__/collection.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
109109
>
110110
<a
111111
className="githubButtonLink"
112-
href="https://github.com/newrelic/opensource-website"
112+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
113113
target="__blank"
114114
>
115115
<svg

src/pages/__tests__/__snapshots__/external-projects.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ exports[`External Projects Page Renders correctly 1`] = `
110110
>
111111
<a
112112
className="githubButtonLink"
113-
href="https://github.com/newrelic/opensource-website"
113+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
114114
target="__blank"
115115
>
116116
<svg

src/pages/__tests__/__snapshots__/index.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exports[`HomePage Renders correctly 1`] = `
109109
>
110110
<a
111111
className="githubButtonLink"
112-
href="https://github.com/newrelic/opensource-website"
112+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
113113
target="__blank"
114114
>
115115
<svg

src/pages/__tests__/__snapshots__/oss-category.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exports[`OSS Category Page Renders correctly 1`] = `
109109
>
110110
<a
111111
className="githubButtonLink"
112-
href="https://github.com/newrelic/opensource-website"
112+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
113113
target="__blank"
114114
>
115115
<svg

src/templates/__tests__/__snapshots__/external-project-page.spec.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
109109
>
110110
<a
111111
className="githubButtonLink"
112-
href="https://github.com/newrelic/opensource-website"
112+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
113113
target="__blank"
114114
>
115115
<svg
@@ -494,7 +494,7 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
494494
>
495495
<a
496496
className="githubButtonLink"
497-
href="https://github.com/newrelic/opensource-website"
497+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
498498
target="__blank"
499499
>
500500
<svg
@@ -879,7 +879,7 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
879879
>
880880
<a
881881
className="githubButtonLink"
882-
href="https://github.com/newrelic/opensource-website"
882+
href="https://github.com/newrelic/opensource-website/issues/new/choose"
883883
target="__blank"
884884
>
885885
<svg

0 commit comments

Comments
 (0)