Skip to content

Commit

Permalink
Swap popular generator predicate -> recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 3, 2024
1 parent f893c1e commit 480c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function PopularGenerators() {
return <ToolGroup title={locale('generators.popular')} link="/generators/">
<GeneratorCard minimal id="loot_table" />
<GeneratorCard minimal id="advancement" />
<GeneratorCard minimal id="predicate" />
<GeneratorCard minimal id="recipe" />
<ToolCard title={locale('worldgen')} link="/worldgen/" titleIcon="worldgen" />
<ToolCard title={locale('generators.all')} link="/generators/" titleIcon="arrow_right" />
<ToolCard title={locale('generators.partners')} link="/partners/" titleIcon="arrow_right" />
Expand Down

0 comments on commit 480c8b5

Please sign in to comment.