Skip to content

Commit

Permalink
mod(contact.html): Fix matrix link
Browse files Browse the repository at this point in the history
Closes #55
  • Loading branch information
ajstrongdev committed Dec 2, 2023
1 parent 0ca897c commit d678cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1 class="text-center text-off-white text-3xl">
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='https://discord.gg/uhdCz8vwV9'">
Discord
</button>
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='https://matrix.to/#/#rolling-rhino-remix:matrix.org'">
<button class="rounded-[0.5em] bg-rhino-purple text-off-white p-2 mt-2 text-btn hover:bg-[rgba(141,123,228,0.5)] mr-4 shadow-header-box" onclick="location.href='https://matrix.to/#/#rhino-linux:matrix.org'">
Matrix
</button>
</p>
Expand Down

0 comments on commit d678cae

Please sign in to comment.