Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arpban committed Jul 8, 2024
1 parent 99eb45d commit a6288c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/MainNav.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import styled from 'styled-components'
import { Box, Flex, Grid, Heading } from '@containous/faency'
import { Flex, Grid } from '@containous/faency'
import NavItem from './NavItem'
import Product from './Product'
import * as MenuColumn from './MenuColumn'
Expand Down
1 change: 1 addition & 0 deletions src/components/nav/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const Product = ({ bgImage, title, description, links }: NavProductProps) => (
src={bgImage}
width={320}
height={84}
alt=""
style={{
position: 'absolute',
paddingBottom: '0px',
Expand Down

0 comments on commit a6288c1

Please sign in to comment.