Skip to content

Commit

Permalink
Update _card.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
bibstha committed May 2, 2024
1 parent 4f3e105 commit 8520ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/ui/_card.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="<%= tw("rounded-lg border bg-card text-card-foreground shadow-sm w-[350px]", options[:class]) %">
<div class="<%= tw("rounded-lg border bg-card text-card-foreground shadow-sm w-[350px]", options[:class]) %>">
<% if title || subtitle %>
<div class="flex flex-col space-y-1.5 p-6">
<% if title %>
Expand Down

0 comments on commit 8520ea6

Please sign in to comment.