Skip to content

Commit

Permalink
CORE-5093: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Jan 31, 2025
1 parent fb9601f commit 0aec38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/modules/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,7 @@ const Header = ({ children, className, id, ...passProps }) => {
<Item href="/faq">FAQs</Item>
<Item href="/contact">Contact us</Item>
</Group>
<Group
id="community"
label="Community governance"
tag="li"
>
<Group id="community" label="Community governance" tag="li">
<Item href="/governance" className={styles.communitiesMenuItem}>
Governance
</Item>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@
font-size: .875rem;
font-weight: 400;
color: hsl(var(--component-color) / var(--component-disabled));
letter-spacing: .01em;
text-align: start;
letter-spacing: .01em;
}

.group-list {
Expand Down

0 comments on commit 0aec38d

Please sign in to comment.