Skip to content

Commit

Permalink
Improve rare commodity info text
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Sep 9, 2024
1 parent 3680e97 commit a3b70cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ardent-www",
"version": "0.45.2",
"version": "0.45.3",
"description": "Ardent Industry",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions pages/commodity/[commodity-name]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,15 @@ export default () => {
</table>
{/* <p className='clear muted' style={{ padding: '0 0 1rem .25rem' }}>
Galactic prices and total supply/demand updated daily
</p> */}
</p> */}
{commodity.rare && <>
<p style={{textAlign: 'center'}}>
<i className='icon icarus-terminal-info' />
Rare commodities are only sold in exclusive markets and available in stictly limited quantities.
Rare commodities can only be purchased at exclusive markets and in very limited quantities, but they can be sold almost anywhere.
</p>
<p style={{textAlign: 'center', marginBottom: '2rem'}}>
They can be sold almost anywhere with their value rising the further away they are traded, up to 200 ly.
Their value rises the further they are traded,
peaking in value when sold at locations 200 ly from the exporter.
</p>
</>}
{imports &&
Expand Down

0 comments on commit a3b70cb

Please sign in to comment.