From e8ec5b1e4864f27b4e9b97ad07974cdaf3c02a4b Mon Sep 17 00:00:00 2001 From: Nick Goodall Date: Fri, 24 Feb 2023 12:49:20 +0000 Subject: [PATCH] Add leblog component --- src/routes/components/components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index d59e55a..99141eb 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2909,9 +2909,9 @@ { "title": "html-svelte-parser", "url": "https://github.com/PatrickG/html-svelte-parser", - "description": "HTML to Svelte parser.", + "description": "HTML to Svelte parser that works on both the server and the client.", "npm": "html-svelte-parser", - "addedOn": "2022-12-01", + "addedOn": "2023-02-26", "tags": ["components and libraries", "layout and structure", "rich text editor", "ssr", "templates", "tree", "typescript"], "stars": 6 }