feat(website): change invite button color

This commit is contained in:
OLIMINATOR 2023-04-08 14:18:18 +02:00
parent 1f6bb44052
commit c10de80d18
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,7 @@
export const CONFIG = {
name: "Roles Bot",
description: "soon",
themeColor: "#2F5AF3",
description:
"Ultimate solution for managing reaction roles in your Discord server, and the best part is, it's completely free! No hidden charges or payments like other bots. Try it out today and see for yourself how easy it is to use!",
themeColor: "#fbc11a",
origin: "https://roles-bot.xhyrom.dev",
};

View file

@ -34,7 +34,7 @@ import Computer from "~/components/Computer.astro";
>
<a
href=""
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]"
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-[#373a54]"
>
<Invite />
Invite</a