From 6bd4bd74757f2511dc672d86c9e1dccb56bcdb32 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:05:18 +0100 Subject: [PATCH] feat: install plugin code snippet poc --- src/components/PluginModal.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/PluginModal.astro b/src/components/PluginModal.astro index 81b0ce89a..12dcd02fc 100644 --- a/src/components/PluginModal.astro +++ b/src/components/PluginModal.astro @@ -39,6 +39,9 @@ const authors = new Intl.ListFormat("en", { ) } +
+ +