Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions plugins/theme-rushstack-suite-nav/src/theme/Root/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@ class Root extends React.Component<React.PropsWithChildren<{}>> {

return (
<>
<div className={styles.suiteNavBar}>
<nav className={styles.suiteNavBar}>
<div
role="button"
aria-label="Applications"
className={[styles.waffle, styles.waffleInteraction].join(' ')}
onClick={this._onOpenPopup}
>
<img src={'/images/suitenav/rs-waffle.svg'} />
<img src={'/images/suitenav/rs-waffle.svg'} alt="" />
</div>
<div className={styles.waffleDivider} />

Expand All @@ -106,7 +107,7 @@ class Root extends React.Component<React.PropsWithChildren<{}>> {
<a href="https://rushstack.io/community/events/" className={styles.suiteNavItem}>
Events
</a>
</div>
</nav>

{popupPane}

Expand Down