This commit is contained in:
Untone 2024-06-25 18:14:48 +03:00
parent 71e38d233a
commit d002a494e8

View File

@ -121,7 +121,7 @@ export const Footer = () => {
<li> <li>
{' '} {' '}
<a href={slug} {...rest}> <a href={slug} {...rest}>
{slug.startsWith('?') ? title : t(title)} {t(title)}
</a>{' '} </a>{' '}
</li> </li>
)} )}