frontend: change title
Some checks failed
Deploy Frontend / docker (push) Failing after 47s

This commit is contained in:
Lee 2024-08-01 06:41:29 +01:00
parent ebeaf60d5a
commit bd4b042c3d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
# ScoreSaber Tracker Frontend
# Frontend

@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "BeatSaber Metrics",
title: "Score Tracker",
description: "Tracking your BeatSaber progress, currently tracks ScoreSaber :)",
};