Skip to content

Commit

Permalink
add one more
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Jan 13, 2025
1 parent de37a30 commit a8e017c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions query-connector/src/app/query/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,26 @@ export default function HeaderComponent() {
Sign in
</Button>
)} */}
{/* {LOGGED_IN_PATHS.includes(path) && ( */}
<button
onClick={toggleMenuDropdown}
className={classNames(
styles.menuButton,
"usa-accordion__button",
"usa-nav__link",
"usa-current",
)}
aria-expanded="false"
aria-controls="dropdown-menu"
>
<Icon.Settings
className="usa-icon qc-settings"
size={3}
color="#fff"
aria-label="Gear icon indicating settings menu"
/>
</button>
{/* )} */}
{LOGGED_IN_PATHS.includes(path) && (
<button
onClick={toggleMenuDropdown}
className={classNames(
styles.menuButton,
"usa-accordion__button",
"usa-nav__link",
"usa-current",
)}
aria-expanded="false"
aria-controls="dropdown-menu"
>
<Icon.Settings
className="usa-icon qc-settings"
size={3}
color="#fff"
aria-label="Gear icon indicating settings menu"
/>
</button>
)}
</div>
</div>
</header>
Expand Down

0 comments on commit a8e017c

Please sign in to comment.