Skip to content

Commit

Permalink
remove commented out comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrahoang686 committed Dec 14, 2023
1 parent 5bdfc59 commit a08bdf3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions overrides/components/page-footer/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,8 @@ const FooterMenu = styled.ul`

const FooterMenuLink = styled(AccessibilityMenuItem)`
font-weight: ${themeVal("type.base.regular")};
// text-decoration: none;
font-size: 0.875rem;
text-transform: ${themeVal("button.type.case")};
// &:hover {
// text-decoration: underline;
// }
`;

const FooterContacts = styled.div`
Expand Down

0 comments on commit a08bdf3

Please sign in to comment.