Update sidebar.tsx

This commit is contained in:
Codeliu 2024-11-17 07:44:25 +08:00 committed by GitHub
parent 99f781f57c
commit a871f25e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,13 +250,13 @@ export function SideBar(props: { className?: string }) {
}}
shadow
/>
<!--<IconButton
{/* <IconButton
icon={<DiscoveryIcon />}
text={shouldNarrow ? undefined : Locale.Discovery.Name}
className={styles["sidebar-bar-button"]}
onClick={() => setShowPluginSelector(true)}
shadow
/>-->
/> */}
</div>
{showPluginSelector && (
<Selector