fix home plugin tab

pull/5370/head
bunsenstraat 3 years ago
parent 47647ed860
commit 452f18e3e9
  1. 2
      libs/remix-ui/vertical-icons-panel/src/lib/components/Home.tsx

@ -9,7 +9,7 @@ function Home ({ verticalIconPlugin }: HomeProps) {
<div
className="pl-1 mt-2 remixui_homeIcon"
onClick={async () => await verticalIconPlugin.activateHome()}
{...{ plugin: 'home '}}
{...{ plugin: 'home'}}
title="Home"
data-id="verticalIconsHomeIcon"
id="verticalIconsHomeIcon"

Loading…
Cancel
Save