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