Skip to content

Commit

Permalink
Merge pull request #57 from bibstha/bibekshrestha-typo
Browse files Browse the repository at this point in the history
Type bugfix - update _card.html.erb
  • Loading branch information
aviflombaum authored May 21, 2024
2 parents 4f3e105 + 8520ea6 commit f3780f5
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 f3780f5

Please sign in to comment.