From cf6f1a8616ea881dc68cb5ca9dab8374b38fd4d9 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:28:53 +0200 Subject: [PATCH] Add build analyzer description --- app/features/build-analyzer/routes/analyzer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/features/build-analyzer/routes/analyzer.tsx b/app/features/build-analyzer/routes/analyzer.tsx index 386a14c0b..bd11a95af 100644 --- a/app/features/build-analyzer/routes/analyzer.tsx +++ b/app/features/build-analyzer/routes/analyzer.tsx @@ -68,6 +68,7 @@ export const CURRENT_PATCH = "2.1"; export const meta: MetaFunction = () => { return { title: makeTitle("Build Analyzer"), + description: "Detailed stats for any weapon and build in Splatoon 3.", }; };