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 2220e14 commit 8ec36ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/storefront/StoreFrontNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
CartTotalCircle,
UserProfileIcon,
ShoppingCartIcon,
IconWithLabelLink,
} from '../../components/NavBarFolder/styles';

import { Product, StorefrontButtons } from '../../schema/schema';
Expand All @@ -22,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 8ec36ae

Please sign in to comment.