Skip to content

Commit

Permalink
Add lucky vite (#1231)
Browse files Browse the repository at this point in the history
* Add docs for the new inline_svg macro

* Remove SVG builder from awesome page

* Add Lucky Vite to awesome page
  • Loading branch information
wout authored Aug 17, 2023
1 parent e059dd1 commit 991937d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/learn/awesome_lucky/index_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 991937d

Please sign in to comment.