aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-23 16:27:09 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-23 16:27:09 -0700
commit667f31cf0a74bfbf10a6c2a9346ab193a00deef9 (patch)
treed17220503014a3a9b15bc31f19305226f25e3232 /src/components
parentba51582e825477bec23c2aa37ba43bd6482a2a29 (diff)
write grand company seals section
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