From bf1316615f53d9f55e10288b88ba5bf4fa498369 Mon Sep 17 00:00:00 2001 From: ajstrongdev <90976178+ajstrongdev@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:44:04 +0100 Subject: [PATCH] Fix: declared dropshadow? --- src/components/ecosystem.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ecosystem.jsx b/src/components/ecosystem.jsx index e13573e..8117a9a 100644 --- a/src/components/ecosystem.jsx +++ b/src/components/ecosystem.jsx @@ -8,7 +8,6 @@ function Ecosystem() { const wizardshow = () => setActiveSection('wizard'); const systemshow = () => setActiveSection('system'); const rpkshow = () => setActiveSection('rpk'); - const dropshow = () => setActiveSection('rhinodrop'); return (