mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
fix(wordpress): don't show logo in more options
This commit is contained in:
parent
0a94a45dd8
commit
82dbeb8f23
2 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import * as React from 'react';
|
||||
|
||||
export default function Logo() {
|
||||
return (
|
||||
<svg
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@ import LinterProvider from './LinterProvider';
|
|||
function Sidebar() {
|
||||
return (
|
||||
<>
|
||||
<PluginSidebarMoreMenuItem target="harper-sidebar" icon={Logo}>
|
||||
Harper
|
||||
</PluginSidebarMoreMenuItem>
|
||||
<PluginSidebarMoreMenuItem target="harper-sidebar">Harper</PluginSidebarMoreMenuItem>
|
||||
<PluginSidebar name="harper-sidebar" title="Harper" icon={Logo}>
|
||||
<LinterProvider>
|
||||
<SidebarControl />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue