Skip to content

Commit 1ca05b7

Browse files
committed
fix: eslint issues
1 parent c620c36 commit 1ca05b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/nav/MenuColumn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import styled from 'styled-components'
33
import Link from 'components/Link'
4-
import { Box, Text, theme } from '@containous/faency'
4+
import { Box, Text } from '@containous/faency'
55
import { ReactComponent as ArrowRight } from '../../images/arrow-right.svg'
66

77
const Links = styled.ul`

src/components/nav/NavHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const NavHeader = (props: Props) => {
1717
width: '100%',
1818
height: '100%',
1919
}}
20+
alt=""
2021
/>
2122
</Wrapper>
2223
)

0 commit comments

Comments
 (0)