Skip to content

Commit

Permalink
feat: update Menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 3, 2024
1 parent 459cd92 commit b6e7f3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header/navCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export enum NavCategories {
Community = 'Community',
Resources = 'Resources',
SafePass = 'Safe <u><i>PASS</i></u>',
Safenet = 'Safenet',
Safenet = 'Safenet <span>New</span>',
}

export const navCategories: NavCategory[] = [
Expand Down
8 changes: 8 additions & 0 deletions src/components/common/Header/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
list-style: none;
}

.navLink span {
color: var(--mui-palette-text-dark);
font-weight: 400;
background-color: var(--mui-palette-primary-main);
border-radius: 12px;
padding: 2px 6px;
}

@media (max-width: 899px) {
.header {
border-bottom: 1px solid var(--mui-palette-border-light);
Expand Down

0 comments on commit b6e7f3c

Please sign in to comment.