Skip to content

Commit

Permalink
enable atom
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jul 1, 2023
1 parent af74422 commit 2eab6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Instance/Create/GameTypeSelectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function GameTypeSelectForm({
What will your instance be used for?
</p>
<div className="box-border grid grid-cols-2 gap-9 pt-9">
{/* <SelectGenericGameCard
<SelectGenericGameCard
key={'Generic'}
title={'Lodestone Atom'}
description={'Enter the URL to the Lodestone Atom below:'}
Expand All @@ -50,7 +50,7 @@ export default function GameTypeSelectForm({
onClick={() => setGameType('Generic')}
manifestLoading={manifestLoading}
errorText={manifestError ? 'Error fetching the instance' : ''}
/> */}
/>
{game_types.map((game_type) => {
const game = HandlerGameType_to_Game[game_type];
return (
Expand Down

0 comments on commit 2eab6c1

Please sign in to comment.