mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Close #236 add tag generators
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user