mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add mappings
This commit is contained in:
parent
73bb0a8812
commit
2af6df8732
2 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,12 @@ export const BUTTONS = [
|
||||||
href: "https://gerlachsnezka.github.io",
|
href: "https://gerlachsnezka.github.io",
|
||||||
icon: "gerlachsnezka",
|
icon: "gerlachsnezka",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Minecraft Mappings",
|
||||||
|
background: "bg-minecraft hover:bg-minecraft/80",
|
||||||
|
href: "https://mappings.xhyrom.dev/",
|
||||||
|
icon: "mdi:minecraft",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Hyro Blobs",
|
name: "Hyro Blobs",
|
||||||
background: "bg-github hover:bg-github/80",
|
background: "bg-github hover:bg-github/80",
|
||||||
|
|
|
@ -63,6 +63,7 @@ module.exports = {
|
||||||
website: "#e8b217",
|
website: "#e8b217",
|
||||||
modrinth: "#1bd96a",
|
modrinth: "#1bd96a",
|
||||||
gerlachsnezka: "#e84646",
|
gerlachsnezka: "#e84646",
|
||||||
|
minecraft: "#6F4E37",
|
||||||
// ^ custom services
|
// ^ custom services
|
||||||
transparent: "transparent",
|
transparent: "transparent",
|
||||||
current: "currentColor",
|
current: "currentColor",
|
||||||
|
|
Loading…
Reference in a new issue