oops
All checks were successful
Deploy Website / deploy (push) Successful in 4m48s

This commit is contained in:
Lee 2024-10-16 08:30:34 +01:00
parent 1e8a9b9a59
commit 2e2c03241e

@ -104,7 +104,7 @@ export async function generateViewport(props: Props): Promise<Viewport> {
const color = await getAverageColor(leaderboard.coverImage);
return {
themeColor: color.hex,
themeColor: color.color,
};
}