From 965f0ce476701715f719682eacd970c5eb37e725 Mon Sep 17 00:00:00 2001 From: diablo Date: Sun, 2 Feb 2025 03:18:37 +0000 Subject: [PATCH] update gsi rating structure --- docs/gsi_roms/rating.mdx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/gsi_roms/rating.mdx b/docs/gsi_roms/rating.mdx index aea0755..b03db05 100644 --- a/docs/gsi_roms/rating.mdx +++ b/docs/gsi_roms/rating.mdx @@ -11,27 +11,37 @@ import { a14 } from "./gsi_roms.js"; {a14.platinum.map((item, index) => ( - {item.name} + + {item.name} + ))} {a14.gold.map((item, index) => ( - {item.name} + + {item.name} + ))} {a14.silver.map((item, index) => ( - {item.name} + + {item.name} + ))} {a14.bronze.map((item, index) => ( - {item.name} + + {item.name} + ))} {a14.broken.map((item, index) => ( - {item.name} + + {item.name} + ))} \ No newline at end of file