fix: eslint

This commit is contained in:
Luca Burgio 2025-07-21 09:42:55 +03:00
commit ea8474ed13
2 changed files with 5 additions and 5 deletions

View file

@ -174,10 +174,10 @@ export function DocumentationNavigation({
<span>{documentationItem.title}</span>
{documentationItem.label
? (
<NavigationItemLabel>
{documentationItem.label}
</NavigationItemLabel>
)
<NavigationItemLabel>
{documentationItem.label}
</NavigationItemLabel>
)
: null}
</NavigationItem>
</Link>

View file

@ -11,7 +11,7 @@ import { HeaderBackground } from '../components/HeaderBackground';
import { Layout } from '../components/Layout';
import { SEO } from '../components/SEO';
import { Stat, StatsContainer } from '../components/Stats';
import { Text15, Text18 } from '../components/Typography';
import { Text18 } from '../components/Typography';
import { REPO, SUPPORT_LINK } from '../lib/constants';
import { getHeaderProps } from '../lib/getHeaderProps';
import { getAllIcons } from '../lib/getIcons';