diff options
Diffstat (limited to 'src/components/FFXIVItemPrice.tsx')
| -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 |
