Disable home logo link in the browser app (#2371)
* Disable logo link in browser, clean up menu components' organization * Include the app name in Tauri as screenreader-only text * Fix tsc issue in component test * Add a playwright test to ensure logo is never a link in the browser * Update broken component tests
This commit is contained in:
@ -34,7 +34,7 @@ export const AppHeader = ({
|
||||
}
|
||||
>
|
||||
<ProjectSidebarMenu
|
||||
renderAsLink={!enableMenu}
|
||||
enableMenu={enableMenu}
|
||||
project={project?.project}
|
||||
file={project?.file}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user