[~] frabric -> fabric

This commit is contained in:
Charles Le Maux 2024-09-27 14:53:16 +02:00
parent 9925a54445
commit 8518f5bb0a

View File

@ -10,7 +10,7 @@ const ServerCard = ({ status, version, name, framework, onRunClick, onStopClick,
const getFrameworkSource = () => {
switch (framework) {
case 'frabric':
case 'fabric':
return fabric;
case 'forge':
return forge;