mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-27 08:48:46 +00:00
Fix style of sounds page and version navigation
This commit is contained in:
@@ -16,7 +16,7 @@ export function Partners({}: Props) {
|
||||
useTitle(locale('title.partners'))
|
||||
|
||||
return <main>
|
||||
<div class="category">
|
||||
<div class="container">
|
||||
{partners.map(p => <ToolCard title={locale(`partner.${p}`)}>
|
||||
{config.generators.filter(g => g.partner === p).map(g =>
|
||||
<ToolCard title={locale(`partner.${p}.${g.id}`)} link={cleanUrl(g.url)} />
|
||||
|
||||
Reference in New Issue
Block a user