Skip to content

Commit 480c8b5

Browse files
committed
Swap popular generator predicate -> recipe
1 parent f893c1e commit 480c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function PopularGenerators() {
5656
return <ToolGroup title={locale('generators.popular')} link="/generators/">
5757
<GeneratorCard minimal id="loot_table" />
5858
<GeneratorCard minimal id="advancement" />
59-
<GeneratorCard minimal id="predicate" />
59+
<GeneratorCard minimal id="recipe" />
6060
<ToolCard title={locale('worldgen')} link="/worldgen/" titleIcon="worldgen" />
6161
<ToolCard title={locale('generators.all')} link="/generators/" titleIcon="arrow_right" />
6262
<ToolCard title={locale('generators.partners')} link="/partners/" titleIcon="arrow_right" />

0 commit comments

Comments
 (0)