mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-14 14:05:44 +01:00
fix: eslint
This commit is contained in:
parent
b12a69bf9e
commit
ea8474ed13
2 changed files with 5 additions and 5 deletions
|
|
@ -174,10 +174,10 @@ export function DocumentationNavigation({
|
|||
<span>{documentationItem.title}</span>
|
||||
{documentationItem.label
|
||||
? (
|
||||
<NavigationItemLabel>
|
||||
{documentationItem.label}
|
||||
</NavigationItemLabel>
|
||||
)
|
||||
<NavigationItemLabel>
|
||||
{documentationItem.label}
|
||||
</NavigationItemLabel>
|
||||
)
|
||||
: null}
|
||||
</NavigationItem>
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue