Skip to content

Commit

Permalink
Minor update to about dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Apr 10, 2024
1 parent eb05bbb commit 9582057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/dialog/about-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default ({ toggle }) => {
Star systems: {stats.systems.toLocaleString()}
</li>
<li>
Stations, ports &amp; settlements: {stats.stations.stations.toLocaleString()}
Stations &amp; settlements: {stats.stations.stations.toLocaleString()}
</li>
<li>
Fleet Carriers: {stats.stations.carriers.toLocaleString()}
Expand All @@ -67,7 +67,7 @@ export default ({ toggle }) => {
</p>
<h3>Downloads</h3>
<p className='clear'>
The software and data for Ardent Industry is open source.
Both the source for the software and the raw data for Ardent Industry are available for download.
</p>
<p>
<a href='https://github.com/iaincollins/ardent-www' rel='noreferrer' target='_blank'>ArdentOS</a>
Expand All @@ -76,7 +76,7 @@ export default ({ toggle }) => {
<span className='muted'> | </span>
<a href='https://github.com/iaincollins/ardent-collector' rel='noreferrer' target='_blank'>Ardent Collector</a>
<span className='muted'> | </span>
<a href='/downloads' rel='noreferrer' target='_blank'>Data Downloads</a>
<a href='/downloads' rel='noreferrer' target='_blank'>Download Data</a>
</p>


Expand Down
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.38.9",
"version": "0.38.10",
"description": "Ardent Industry",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9582057

Please sign in to comment.