diff --git a/app/(sharing)/[token]/[id]/page.tsx b/app/(sharing)/[token]/[id]/page.tsx index a390ccd..a497355 100644 --- a/app/(sharing)/[token]/[id]/page.tsx +++ b/app/(sharing)/[token]/[id]/page.tsx @@ -45,7 +45,7 @@ export default async function Share({
{chunithm.map((song) => (
- + {song.isNewRecord && "NEW RECORD!!"} @@ -58,9 +58,6 @@ export default async function Share({
{chunithm.map((song) => (
- - {song.isNewRecord && "NEW RECORD!!"} - Artist: {song.artist} @@ -71,9 +68,6 @@ export default async function Share({
{chunithm.map((song) => (
- - {song.isNewRecord && "NEW RECORD!!"} - Score: {song.score?.toLocaleString()}