We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af74422 commit 2eab6c1Copy full SHA for 2eab6c1
src/components/Instance/Create/GameTypeSelectForm.tsx
@@ -34,7 +34,7 @@ export default function GameTypeSelectForm({
34
What will your instance be used for?
35
</p>
36
<div className="box-border grid grid-cols-2 gap-9 pt-9">
37
- {/* <SelectGenericGameCard
+ <SelectGenericGameCard
38
key={'Generic'}
39
title={'Lodestone Atom'}
40
description={'Enter the URL to the Lodestone Atom below:'}
@@ -50,7 +50,7 @@ export default function GameTypeSelectForm({
50
onClick={() => setGameType('Generic')}
51
manifestLoading={manifestLoading}
52
errorText={manifestError ? 'Error fetching the instance' : ''}
53
- /> */}
+ />
54
{game_types.map((game_type) => {
55
const game = HandlerGameType_to_Game[game_type];
56
return (
0 commit comments