Skip to content

Commit

Permalink
fix npm badge path
Browse files Browse the repository at this point in the history
  • Loading branch information
justalever committed Jul 4, 2024
1 parent e3558e5 commit 2332e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

</div>
<div class="w-full flex flex-wrap md:justify-between justify-center items-center md:gap-4 pt-6">
<img src="https://img.shields.io/npm/v/railsui.svg" class="flex-shrink-0 flex-none w-auto h-4" />
<img src="https://img.shields.io/npm/v/railsui-stimulus.svg" class="flex-shrink-0 flex-none w-auto h-4" />
<div
class="md:flex-1 text-center prose max-w-full md:text-right prose-code:text-red-600 prose-code:font-normal prose-code:bg-red-50 prose-code:p-px prose-code:rounded-md prose-code:before:content-[''] prose-code:after:content-[''] my-6">
<p>Preview examples locally by running <code>yarn install && yarn run build && npx serve</code>. Then open
Expand Down

0 comments on commit 2332e25

Please sign in to comment.