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