Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNisnevich committed Apr 29, 2023
1 parent 1321738 commit 9c6254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/containers/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class About extends React.PureComponent<AboutProps, AboutState> {
<pre>
Game version: v<a href={`https://github.com/wordbots/wordbots-core/releases/tag/v${version}`}>{version}</a><br />
Build SHA: {shaTruncated === 'local' ? '(local)' : <a href={`https://github.com/wordbots/wordbots-core/commit/${sha}`}>{shaTruncated}</a>}<br />
Parser version: {parserVersion.startsWith('(') ? parserVersion : <a href={`https://github.com/wordbots/wordbots-parser/releases/tag/v${parserVersion}`}>{parserVersion}</a>}
Parser version: {parserVersion.startsWith('(') ? parserVersion : <a href={`https://github.com/wordbots/wordbots-parser/releases/tag/${parserVersion}`}>{parserVersion}</a>}
</pre>
</Paper>
</div>
Expand Down

0 comments on commit 9c6254b

Please sign in to comment.