does this work?
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 58s

This commit is contained in:
Braydon 2024-04-16 23:28:12 -04:00
parent 54c116b85c
commit ae4ece4ee5
2 changed files with 2 additions and 2 deletions

@ -27,7 +27,7 @@
]
},
"viewport": {
"themeColor": "hsl(var(--minecraft-green-2))"
"themeColor": "hsl(107 55% 34%)"
},
"navbarLinks": {
"Player": "/player",

@ -79,7 +79,7 @@ export const generateMetadata = async ({
try {
const player: CachedPlayer = await getPlayer(query); // Get the player to embed
return Embed({
title: `${player.username}'s Profile${player.legacy && " (Legacy)"}`,
title: `${player.username}'s Profile`,
description: `UUID: ${player.uniqueId}\n\nClick to view data about this player.`,
thumbnail: player.skin.parts.HEAD,
});