aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/FFXIVItemPrice.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/FFXIVItemPrice.tsx b/src/components/FFXIVItemPrice.tsx
index 8f265fc..2a6cab8 100644
--- a/src/components/FFXIVItemPrice.tsx
+++ b/src/components/FFXIVItemPrice.tsx
@@ -50,14 +50,14 @@ const FFXIVItemPrice: React.FC<FFXIVItemPriceProps> = ({ itemId = 5530, itemName
<table className="ffxiv-table">
<tbody>
<tr>
- <td className="ffxiv-label">Daily Sale Velocity:</td>
- <td className="ffxiv-value">{formatNumber(dailySaleVelocity)} items</td>
- </tr>
- <tr>
<td className="ffxiv-label">Average Price/Item:</td>
<td className="ffxiv-value">{formatNumber(averageSalePrice)} gil</td>
</tr>
<tr>
+ <td className="ffxiv-label">Daily Sale Velocity:</td>
+ <td className="ffxiv-value">{formatNumber(dailySaleVelocity)} items</td>
+ </tr>
+ <tr>
<td className="ffxiv-label">Enter Quantity:</td>
<td>
<input
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage