feat: add mappings

This commit is contained in:
Jozef Steinhübl 2024-04-12 14:53:23 +02:00
parent 73bb0a8812
commit 2af6df8732
2 changed files with 7 additions and 0 deletions

View file

@ -92,6 +92,12 @@ export const BUTTONS = [
href: "https://gerlachsnezka.github.io",
icon: "gerlachsnezka",
},
{
name: "Minecraft Mappings",
background: "bg-minecraft hover:bg-minecraft/80",
href: "https://mappings.xhyrom.dev/",
icon: "mdi:minecraft",
},
{
name: "Hyro Blobs",
background: "bg-github hover:bg-github/80",

View file

@ -63,6 +63,7 @@ module.exports = {
website: "#e8b217",
modrinth: "#1bd96a",
gerlachsnezka: "#e84646",
minecraft: "#6F4E37",
// ^ custom services
transparent: "transparent",
current: "currentColor",