From a9ac9db6ef7f47e39af635400e6332bc0cf62fae Mon Sep 17 00:00:00 2001 From: Andres Date: Thu, 10 Apr 2025 00:34:53 +0200 Subject: [PATCH] ship it (again) --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b865337..2d6ae4a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,7 @@ import { Geist } from 'next/font/google' export const metadata: Metadata = { title: 'Balatro Multiplayer', - description: 'Unofficial (for now) stats for the Balatro Multiplayer Mod', + description: 'The official Balatro Multiplayer Mod website', icons: [{ rel: 'icon', url: '/favicon.ico' }], }