File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,18 @@ export function SiteHeader() {
7171 </ a >
7272 < div className = "dropdown-menu dropdown-menu-end dropdown-menu-arrow" >
7373 < div className = "d-md-none" >
74- < div className = "p-2 pb-1 pe-1" onClick = { ( e ) => e . stopPropagation ( ) } >
75- < div className = "d-flex align-items-center" >
76- < div className = "ps-2 pe-1 me-auto" >
77- < div > { currentUser ?. nickname } </ div >
78- < div className = "mt-1 small text-secondary" >
79- < T id = { isAdmin ? "role.admin" : "user" } />
80- </ div >
81- </ div >
82- < div className = "d-flex align-items-center" >
83- < ThemeSwitcher className = "me-n1" />
84- < LocalePicker menuAlign = "end" />
74+ { /* biome-ignore lint/a11y/noStaticElementInteractions lint/a11y/useKeyWithClickEvents: This div is not interactive. */ }
75+ < div className = "p-2 pb-1 pe-1 d-flex align-items-center" onClick = { e => e . stopPropagation ( ) } >
76+ < div className = "ps-2 pe-1 me-auto" >
77+ < div > { currentUser ?. nickname } </ div >
78+ < div className = "mt-1 small text-secondary" >
79+ < T id = { isAdmin ? "role.admin" : "user" } />
8580 </ div >
8681 </ div >
82+ < div className = "d-flex align-items-center" >
83+ < ThemeSwitcher className = "me-n1" />
84+ < LocalePicker menuAlign = "end" />
85+ </ div >
8786 </ div >
8887 < div className = "dropdown-divider" />
8988 </ div >
You can’t perform that action at this time.
0 commit comments