From 141919a6329e2c1636c8967cf82237ef95b408ca Mon Sep 17 00:00:00 2001 From: Antonino Date: Sat, 19 Oct 2024 23:23:38 +0200 Subject: [PATCH] fix fetchmodpack images url --- src/pages/CreateServer/modpack/modpack.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/CreateServer/modpack/modpack.jsx b/src/pages/CreateServer/modpack/modpack.jsx index 81b7afd..98949c3 100644 --- a/src/pages/CreateServer/modpack/modpack.jsx +++ b/src/pages/CreateServer/modpack/modpack.jsx @@ -69,7 +69,7 @@ const Modpack = ({ user }) => { className={`${styles.modpackCard} ${selectedModpackIndex === index ? styles.selected : ''}`} onClick={() => handleModpackClick(index)} > - {modpack.name} + {modpack.name}

{modpack.name}

{modpack.description}