Skip to content

Commit

Permalink
Replace CTA button with community support (#6830)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Mar 25, 2024
1 parent a97fde3 commit 87a889a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/community.tsx
Expand Up @@ -159,14 +159,14 @@ const Community: FunctionComponent<PostIndexComponentProps> = ({ posts, allPosts
</a>
<a
className="btn btn-outline btn-outline-primary w-fit tracking-[-0.25px]"
href="https://docs.google.com/forms/d/e/1FAIpQLSeB3KvQRI6B5A7ghgdNKdyie1ZAsLj8K-OgztKpol_BEghC4A/viewform"
href="https://community.sourcegraph.com/"
data-button-style={buttonStyle.outline}
data-button-location={buttonLocation.body}
data-button-type="cta"
target="_blank rel=noopener"
title="Write for us"
title="Community support"
>
Write for us
Community support
</a>
</div>
</div>
Expand Down

0 comments on commit 87a889a

Please sign in to comment.