File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
DocsNavigation/DocsNavigationDesktop Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,12 @@ function DocsNavigationDesktop({
5454 ) : (
5555 /* Default links for other documentation pages */
5656 < >
57- < button className = { styles . link } id = "quick-links-nav-button" onClick = { ( ) => setIsModalOpen ( true ) } aria-label = "Open quick links menu" >
57+ < button
58+ className = { styles . link }
59+ id = "quick-links-nav-button"
60+ onClick = { ( ) => setIsModalOpen ( true ) }
61+ aria-label = "Open quick links menu"
62+ >
5863 < img height = { 20 } width = { 20 } src = "/assets/icons/quick-links.svg" alt = "Quick links menu" />
5964 < span > Quick Links</ span >
6065 </ button >
Original file line number Diff line number Diff line change @@ -95,7 +95,12 @@ export function ProductNavigation() {
9595 </ div >
9696 < div className = { clsx ( styles . subProductContentPage ) } >
9797 < div className = { styles . header } >
98- < button key = "back" className = { styles . back } onClick = { ( ) => setProductsSlidePosition ( "main" ) } aria-label = "Go back to main menu" >
98+ < button
99+ key = "back"
100+ className = { styles . back }
101+ onClick = { ( ) => setProductsSlidePosition ( "main" ) }
102+ aria-label = "Go back to main menu"
103+ >
99104 < BackArrowIcon />
100105 </ button >
101106 < span className = { styles . subProductContentTitle } > Resources</ span >
You can’t perform that action at this time.
0 commit comments