Skip to content

Commit

Permalink
Add links to slack and twitter in "how to support" section
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 29, 2023
1 parent e608fde commit 2f313df
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/components/HowToSupport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,17 @@ export default function HowToSupport() {
</svg>
}
>
6. Joining our Slack community & Follow us on Twitter.
6. Joining{" "}
<Link
href="https://communityinviter.com/apps/opentfcommunity/opentofu"
className="underline"
>
our Slack community
</Link>{" "}
&amp;{" "}
<Link href="https://twitter.com/opentofuorg" className="underline">
following us on Twitter.
</Link>
</Step>
</div>
</div>
Expand Down

0 comments on commit 2f313df

Please sign in to comment.