From 991937d21e572f56bfc10d95afbc410b786d69db Mon Sep 17 00:00:00 2001 From: Wout Date: Thu, 17 Aug 2023 20:10:47 +0200 Subject: [PATCH] Add lucky vite (#1231) * Add docs for the new inline_svg macro * Remove SVG builder from awesome page * Add Lucky Vite to awesome page --- src/pages/learn/awesome_lucky/index_page.cr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/learn/awesome_lucky/index_page.cr b/src/pages/learn/awesome_lucky/index_page.cr index d9941b75..372c5447 100644 --- a/src/pages/learn/awesome_lucky/index_page.cr +++ b/src/pages/learn/awesome_lucky/index_page.cr @@ -155,10 +155,6 @@ class Learn::AwesomeLucky::IndexPage < PageLayout text: "Shield", url: "https://github.com/grottopress/shield", description: "Comprehensive security solution and authentication for Lucky" - mount AwesomeLink, - text: "Lucky SVG builder", - url: "https://github.com/wout/lucky_svg_sprite", - description: "Turn your SVG markup into reusable Lucky components" mount AwesomeLink, text: "Lucky Favicon", url: "https://github.com/wout/lucky_favicon", @@ -247,6 +243,10 @@ class Learn::AwesomeLucky::IndexPage < PageLayout text: "Bill", url: "https://github.com/GrottoPress/bill", description: "Bill is an Accounts Receivable automation system for Lucky framework" + mount AwesomeLink, + text: "Lucky Vite", + url: "https://github.com/wout/lucky_vite", + description: "A Crystal shard to seamlessly integrate Vite with Lucky Framework" end end