Skip to content

Commit

Permalink
made storefront navbar match
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqing6432 committed Apr 3, 2024
1 parent 9bff656 commit 6b4a3b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/app/storefront/StoreFrontNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
BackButton,
FrontArrow,
BackArrow,
IconWithLabelLink,
} from './styles';

import ProductButtons from './productButtons';
Expand Down
8 changes: 0 additions & 8 deletions src/app/storefront/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
`;

0 comments on commit 6b4a3b7

Please sign in to comment.