We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fcb6d commit f7c670aCopy full SHA for f7c670a
src/components/githubCTA/index.tsx
@@ -26,7 +26,9 @@ export function GitHubCTA() {
26
<div>
27
<Link href="https://docs.sentry.io/contributing/">How to contribute</Link>{' '}
28
|
29
- <Link href={sourceUrl}>Edit this page</Link> |
+ <Link href={sourceUrl}>
30
+ Edit this page
31
+ </Link> |
32
<Link href="https://github.com/getsentry/sentry-docs/issues/new/choose">
33
Create a docs issue
34
</Link>{' '}
0 commit comments