Skip to content

Commit

Permalink
fix: align github icon with dev website
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Worrall committed Jun 30, 2020
1 parent ddfa84f commit 4474c9e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/GlobalHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const GlobalHeader = ({ hasHeaderBg, className, editLink }) => {
title="View the GitHub repo for this website"
>
<a
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
className={styles.githubButtonLink}
target="__blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/__tests__/__snapshots__/Header.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Array [
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/pages/__tests__/__snapshots__/collection.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ exports[`External Projects Page Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/pages/__tests__/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`HomePage Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`OSS Category Page Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down Expand Up @@ -494,7 +494,7 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down Expand Up @@ -879,7 +879,7 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
>
<a
className="githubButtonLink"
href="https://github.com/newrelic/opensource-website"
href="https://github.com/newrelic/opensource-website/issues/new/choose"
target="__blank"
>
<svg
Expand Down

0 comments on commit 4474c9e

Please sign in to comment.