Enhance super tab
This commit is contained in:
parent
8761bb8dae
commit
052aca3119
8 changed files with 69 additions and 60 deletions
|
@ -118,6 +118,7 @@ export function MainHeader({
|
|||
<div className="module-main-header">
|
||||
<div
|
||||
className="module-main-header__avatar--container"
|
||||
data-supertab
|
||||
ref={setTargetElement}
|
||||
>
|
||||
<Avatar
|
||||
|
@ -190,7 +191,7 @@ export function MainHeader({
|
|||
</div>,
|
||||
portalElement
|
||||
)}
|
||||
<div className="module-main-header__icon-container">
|
||||
<div className="module-main-header__icon-container" data-supertab>
|
||||
{areStoriesEnabled && (
|
||||
<button
|
||||
aria-label={i18n('icu:stories')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue