diff --git a/components/plugin-info/index.js b/components/plugin-info/index.js index a802b71e..eb0ac841 100644 --- a/components/plugin-info/index.js +++ b/components/plugin-info/index.js @@ -9,6 +9,8 @@ import Link from 'next/link' export default ({ npmData: plugin, variant }) => { const [modalOpen, setModalOpen] = useState(false) + if (!plugin?.collected?.metadata) return null + const handleOpenModal = () => { gTagEvent({ action: 'Opened install modal', diff --git a/plugins.json b/plugins.json index 5d26feb6..1a0fdd50 100644 --- a/plugins.json +++ b/plugins.json @@ -635,5 +635,11 @@ "#9272dc" ], "dateAdded": "1597807892019" + }, + { + "name": "hyper-neon-future", + "description": "Reactive command-aware neon glow with animated running, success, and failure states.", + "type": "plugin", + "dateAdded": "1786942666803" } ] diff --git a/public/store/hyper-neon-future.png b/public/store/hyper-neon-future.png new file mode 100644 index 00000000..dd8b3dca Binary files /dev/null and b/public/store/hyper-neon-future.png differ