diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-23 16:27:09 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-23 16:27:09 -0700 |
| commit | 667f31cf0a74bfbf10a6c2a9346ab193a00deef9 (patch) | |
| tree | d17220503014a3a9b15bc31f19305226f25e3232 /src/components | |
| parent | ba51582e825477bec23c2aa37ba43bd6482a2a29 (diff) | |
write grand company seals section
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/FFXIVItemPrice.tsx | 8 |
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 |
