Close #236 add tag generators

This commit is contained in:
Misode
2022-05-25 03:57:55 +02:00
parent 781d545962
commit 32e6d5c167
6 changed files with 59 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export function Home({}: Props) {
{config.generators.filter(g => !g.category).map(g =>
<ToolCard title={locale(g.id)} link={cleanUrl(g.url)} />
)}
<ToolCard title={locale('tags')} link="/tags/" />
<ToolCard title={locale('worldgen')} link="/worldgen/" />
</ToolCard>
<ToolCard title="Resource packs">