mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
fix(website): put correct links
This commit is contained in:
parent
25a986b0a8
commit
3534da16a6
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ import Computer from "~/components/Computer.astro";
|
|||
</p>
|
||||
<div class="mt-6 flex flex-col gap-6 md:flex-row">
|
||||
<a
|
||||
href=""
|
||||
href="https://github.com/xHyroM/roles-bot"
|
||||
class="broder-1 flex items-center justify-center gap-x-3 rounded-lg border border-[#4e59d6] bg-[#373a54]/50 px-10 py-3 text-lg font-semibold text-white transition-colors hover:bg-[#373a54]"
|
||||
>
|
||||
<Computer />
|
||||
GitHub</a
|
||||
>
|
||||
<a
|
||||
href=""
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=923267906941370368&permissions=268435456&scope=bot%20applications.commands"
|
||||
class="broder-1 flex items-center justify-center gap-x-3 rounded-lg border border-[#fbc11a] bg-[#735d1d]/50 px-10 py-3 text-lg font-semibold text-white transition-colors hover:bg-[#735d1d]"
|
||||
>
|
||||
<Invite />
|
||||
|
|
Loading…
Reference in a new issue