We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c620c36 commit 1ca05b7Copy full SHA for 1ca05b7
src/components/nav/MenuColumn.tsx
@@ -1,7 +1,7 @@
1
import React from 'react'
2
import styled from 'styled-components'
3
import Link from 'components/Link'
4
-import { Box, Text, theme } from '@containous/faency'
+import { Box, Text } from '@containous/faency'
5
import { ReactComponent as ArrowRight } from '../../images/arrow-right.svg'
6
7
const Links = styled.ul`
src/components/nav/NavHeader.tsx
@@ -17,6 +17,7 @@ const NavHeader = (props: Props) => {
17
width: '100%',
18
height: '100%',
19
}}
20
+ alt=""
21
/>
22
</Wrapper>
23
)
0 commit comments