Skip to content

Commit

Permalink
Update src/components/githubCTA/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm committed Aug 7, 2024
1 parent 1f2cef1 commit 4ee7299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/githubCTA/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ export function GitHubCTA() {
welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would
be better").
<div>
<Link href={sourceUrl}>Edit this page</Link> &nbsp;&nbsp;|&nbsp;&nbsp;
<Link href="https://docs.sentry.io/contributing/">How to contribute</Link>{' '}
<Link href="https://docs.sentry.io/contributing/">How to contribute</Link>{' '}
&nbsp;&nbsp;|&nbsp;&nbsp;
<Link href={sourceUrl}>Edit this page</Link> &nbsp;&nbsp;|&nbsp;&nbsp;

<Link href="https://github.com/getsentry/sentry-docs/issues/new/choose">
Create a docs issue
</Link>{' '}
Expand Down

0 comments on commit 4ee7299

Please sign in to comment.