From 17c87c89df915e6b1aaf8ab9d6bcaaea212dee98 Mon Sep 17 00:00:00 2001 From: sk1982 Date: Fri, 15 Mar 2024 03:05:36 -0400 Subject: [PATCH] chuni: fix nameplate size --- src/app/(with-header)/chuni/dashboard/page.tsx | 2 +- src/components/chuni/nameplate.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/(with-header)/chuni/dashboard/page.tsx b/src/app/(with-header)/chuni/dashboard/page.tsx index f44ffb8..39803a9 100644 --- a/src/app/(with-header)/chuni/dashboard/page.tsx +++ b/src/app/(with-header)/chuni/dashboard/page.tsx @@ -27,7 +27,7 @@ export default async function ChuniDashboard() {
Recent Plays
- +
Recent Plays
diff --git a/src/components/chuni/nameplate.tsx b/src/components/chuni/nameplate.tsx index 4435633..7f5ac4e 100644 --- a/src/components/chuni/nameplate.tsx +++ b/src/components/chuni/nameplate.tsx @@ -18,7 +18,7 @@ export const ChuniNameplate = ({ className, profile }: ChuniNameplateProps) => { return (
-
+
@@ -50,16 +50,16 @@ export const ChuniNameplate = ({ className, profile }: ChuniNameplateProps) => { Last Play Date:  {profile.lastPlayDate && formatJst(profile.lastPlayDate)}
-
- +
+ RATING:  - +  (MAX {((profile.highestRating ?? 0) / 100).toFixed(2)})
- Character