Skip to content

Commit 3e24e50

Browse files
committed
minor changes to ui
1 parent fa91227 commit 3e24e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/partials/show_items.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div>
1313
<p><%= item.name %></p>
1414
<p><%= item.category.name + ' - ' + item.brand.name %></p>
15-
<p class="text-gray-400">$<%= item.price %></p>
15+
<p class="text-red-500">$<%= item.price %></p>
1616
</div>
1717
</div>
1818
<div>

views/show_item.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class="w-full object-cover h-70vh"
1919
/>
2020
<div class="w-full pl-7 pr-4 mt-8 sm:mt-0">
21-
<div class="flex justify-between items-center">
21+
<div class="flex justify-between items-center gap-5">
2222
<p class="text-red-600 text-2xl pb-2"><%= item.name %></p>
2323
<a href="<%= item.url + '/update' %>" class="text-blue-500 hover:text-blue-300">Edit</a>
2424
</div>

0 commit comments

Comments
 (0)