Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add contact support to footer #11007

Merged
merged 8 commits into from
Aug 7, 2024
Merged
9 changes: 5 additions & 4 deletions src/components/githubCTA/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ export function GitHubCTA() {
welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would
be better").
<div>
<Link href={sourceUrl}>Suggest an edit to this page</Link>{' '}
&nbsp;&nbsp;|&nbsp;&nbsp;
<Link href="https://docs.sentry.io/contributing/">Contribute to Docs</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">
Report a problem
Create a docs issue
</Link>{' '}
&nbsp;&nbsp;|&nbsp;&nbsp;
<Link href="https://sentry.zendesk.com/hc/en-us/">Get support</Link>{' '}
</div>
</small>
</div>
Expand Down
Loading