Skip to content

Commit

Permalink
Added X and Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 2, 2024
1 parent 1b3c7d9 commit 6bf8e72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aptivi.github.io/Shared/ContactBox.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
<br />
<br />
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://github.com/Aptivi"))"><span class="fa-brands fa-github" aria-hidden="true" /></button>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://mastodon.social/@official_aptivi"))"><span class="fa-brands fa-mastodon" aria-hidden="true" /></button>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://aptivi.gitbook.io/"))"><span class="fa-solid fa-book" aria-hidden="true" /></button>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://mastodon.social/@official_aptivi"))"><span class="fa-brands fa-mastodon" aria-hidden="true" /></button>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://discord.com/invite/4CtqSNeEZW"))"><span class="fa-brands fa-discord" aria-hidden="true" /></button>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://x.com/OfficialAptivi"))"><span class="fa-brands fa-x-twitter" aria-hidden="true" /></button>
</div>

@code {
Expand Down

0 comments on commit 6bf8e72

Please sign in to comment.