Skip to content

Commit

Permalink
add - Added BSky
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 2, 2024
1 parent 6bf8e72 commit 7febfa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aptivi.github.io/Shared/ContactBox.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<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>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("https://bsky.app/profile/aptivi.bsky.social"))"><span class="fa-brands fa-bluesky" aria-hidden="true" /></button>
</div>

@code {
Expand Down

0 comments on commit 7febfa0

Please sign in to comment.