Skip to content

Commit

Permalink
fix: prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
celinechoiii committed Oct 28, 2024
1 parent 8713a28 commit 0a06db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/MenuBar/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ const MenuBar: React.FC = () => {
);
};

export default MenuBar;
export default MenuBar;
2 changes: 1 addition & 1 deletion components/MenuBar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ export const MenuLabel = styled(P)<{ $expanded: boolean; $active: boolean }>`
display: ${({ $expanded }) => ($expanded ? 'flex' : 'none')};
font-weight: ${({ $active }) => ($active ? '600' : '400')};
transition: font-weight 0.03s ease-in-out;
`;
`;

0 comments on commit 0a06db1

Please sign in to comment.