mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 23:22:54 +00:00
Update +page.svelte
This commit is contained in:
parent
c7d0411fe5
commit
62a983f00d
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@
|
|||
/>
|
||||
<div class="min-w-0 flex-1">
|
||||
<h3 class="text-xl font-bold">{item.name}</h3>
|
||||
<p class="truncate text-sm text-gray-600">{item.description}</p>
|
||||
<p class="text-sm text-gray-600 wrap-break-word">{item.description}</p>
|
||||
<div class="mt-1 flex flex-wrap items-center gap-2 text-sm">
|
||||
<span class="font-bold">${(item.price / SCRAPS_PER_DOLLAR).toFixed(2)}</span>
|
||||
<span class="text-gray-500">·</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue