mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-21 16:11:04 +01:00
fix(website): button hover, favicon
This commit is contained in:
parent
f25e3fdcd4
commit
222c9ed0ab
3 changed files with 3 additions and 3 deletions
BIN
packages/website/public/logo.png
Normal file
BIN
packages/website/public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
|
@ -13,7 +13,7 @@ import { GoogleFontsOptimizer } from "astro-google-fonts-optimizer";
|
||||||
<meta name="title" content={CONFIG.name} />
|
<meta name="title" content={CONFIG.name} />
|
||||||
<meta name="description" content={CONFIG.name} />
|
<meta name="description" content={CONFIG.name} />
|
||||||
|
|
||||||
<!-- <link rel="icon" href={logoImage} type="image/png" sizes="64x64" /> -->
|
<link rel="icon" href="logo.png" type="image/png" sizes="64x64" />
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
@ -37,7 +37,7 @@ import { GoogleFontsOptimizer } from "astro-google-fonts-optimizer";
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="../src/assets/styles/base.css" />
|
<link rel="stylesheet" href="../src/assets/styles/base.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="font-body bg-dark">
|
<body class="bg-dark font-body">
|
||||||
<slot />
|
<slot />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -34,7 +34,7 @@ import Computer from "~/components/Computer.astro";
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href=""
|
href=""
|
||||||
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]"
|
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 />
|
<Invite />
|
||||||
Invite</a
|
Invite</a
|
||||||
|
|
Loading…
Reference in a new issue