Skip to content

Commit

Permalink
refactor(components/topbar/user): rename class following suit css
Browse files Browse the repository at this point in the history
  • Loading branch information
jordevo committed Jan 26, 2024
1 parent 1da38d6 commit 91558d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/topbar/user/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const HTML_HAS_SCROLL_DISABLED = 'html-has-scroll-disabled'
const BODY_HAS_SCROLL_DISABLED = 'body-has-scroll-disabled'

const TITLE_CLASS_NAME = 'sui-TopbarUser-title'
const FLOW_BUTTON_CLASS_NAME = 'sui-TopbarUser-nav-button'
const FLOW_BUTTON_CLASS_NAME = 'sui-TopbarUser-navButton'

/**
* Render main navigation function.
Expand Down
2 changes: 1 addition & 1 deletion components/topbar/user/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $w-topbar-user-nav: 90% !default;
}
}

&-nav-button {
&-navButton {
align-items: center;
display: flex;
height: $h-topbar-user-flow-button;
Expand Down

0 comments on commit 91558d5

Please sign in to comment.