Skip to content

Commit

Permalink
Merge pull request #4601 from mermaid-js/homepage-community-link
Browse files Browse the repository at this point in the history
Docs: update link - "Join the Community"
  • Loading branch information
sidharthv96 authored Jul 6, 2023
2 parents ddbe977 + 9251e52 commit d80095b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/mermaid/src/docs/.vitepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ import { teamMembers } from '../contributors';
<p text-lg max-w-200 text-center leading-7>
<Contributors />
<br />
<a href="https://chat.vitest.dev" rel="noopener noreferrer">Join the community</a> and
get involved!
<a
href="https://join.slack.com/t/mermaid-talk/shared_invite/enQtNzc4NDIyNzk4OTAyLWVhYjQxOTI2OTg4YmE1ZmJkY2Y4MTU3ODliYmIwOTY3NDJlYjA0YjIyZTdkMDMyZTUwOGI0NjEzYmEwODcwOTE"
rel="noopener noreferrer"
>Join the community</a
>
and get involved!
</p>
</div>
</main>
Expand Down

0 comments on commit d80095b

Please sign in to comment.