Skip to content

Commit

Permalink
Add info text to rare commodity listings
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Sep 9, 2024
1 parent da36379 commit 3680e97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.1",
"version": "0.45.2",
"description": "Ardent Industry",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions pages/commodity/[commodity-name]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ export default () => {
{/* <p className='clear muted' style={{ padding: '0 0 1rem .25rem' }}>
Galactic prices and total supply/demand updated daily
</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.
</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.
</p>
</>}
{imports &&
<Tabs
selectedIndex={tabIndex}
Expand Down

0 comments on commit 3680e97

Please sign in to comment.