diff --git a/src/app/storefront/StoreFrontNavBar.tsx b/src/app/storefront/StoreFrontNavBar.tsx index 02112550..5704a0d9 100644 --- a/src/app/storefront/StoreFrontNavBar.tsx +++ b/src/app/storefront/StoreFrontNavBar.tsx @@ -23,7 +23,6 @@ import { BackButton, FrontArrow, BackArrow, - IconWithLabelLink, } from './styles'; import ProductButtons from './productButtons'; diff --git a/src/app/storefront/styles.ts b/src/app/storefront/styles.ts index 24ea0e6c..f1734250 100644 --- a/src/app/storefront/styles.ts +++ b/src/app/storefront/styles.ts @@ -251,12 +251,4 @@ export const BackButton = styled.button<{ $reachedEnd?: boolean }>` border: none; visibility: ${props => (props.$reachedEnd ? 'visible' : 'hidden')}; cursor: pointer; -`; - -export const IconWithLabelLink = styled(Link)` - display: flex; - flex-direction: column; - align-items: center; - text-decoration: none; - color: ${COLORS.black}; `; \ No newline at end of file