From ae9671997670eb2c9c35da5d7364d770e0191b24 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 20 Oct 2023 19:43:54 +0100 Subject: [PATCH] show percentage --- src/app/layout.tsx | 9 +++++---- src/app/player/[id]/page.tsx | 7 ++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fe76254..72dad9d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,4 @@ -import type { Metadata } from "next"; +import { Metadata } from "next"; import { Inter } from "next/font/google"; import Image from "next/image"; import "./globals.css"; @@ -11,9 +11,10 @@ export const metadata: Metadata = { default: "Scoresaber Reloaded", }, openGraph: { - title: "Scoresaber Reloaded", - description: "SSR is a new way to view your scoresaber profile. (in dev)", - url: "https://ssrdev.fascinated.cc", + title: "Next.js", + description: "The React Framework for the Web", + url: "https://nextjs.org", + siteName: "Next.js", locale: "en_US", type: "website", }, diff --git a/src/app/player/[id]/page.tsx b/src/app/player/[id]/page.tsx index 009be63..48af20c 100644 --- a/src/app/player/[id]/page.tsx +++ b/src/app/player/[id]/page.tsx @@ -248,7 +248,12 @@ export default function Player({ params }: { params: { id: string } }) { /> )}