Skip to content

Commit

Permalink
Temporarily disable github links
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Feb 11, 2020
1 parent 3fcba33 commit f2dc241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rok-talents",
"title": "RoK Talents",
"version": "1.0.1",
"version": "1.0.2",
"dataVersion": 1,
"description": "Rise of Kingdoms talent builder",
"homepage": "http://www.roktalents.com",
Expand Down
13 changes: 3 additions & 10 deletions src/Modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,15 @@ export class AboutModal extends Component {
</div>
<br />
<div>
<span className="about-label">App version:</span>{' '}
<a
href={repository.releases}
target="_blank"
rel="noopener noreferrer"
>
{version}
</a>
<span className="about-label">App version:</span> {version}
</div>
<div>
<span className="about-label">Creator:</span>{' '}
<a href={author.url} target="_blank" rel="noopener noreferrer">
{author.name}
</a>
</div>
<div>
{/* <div>
<span className="about-label">Code:</span>{' '}
<a href={repository.url} target="_blank" rel="noopener noreferrer">
GitHub
Expand All @@ -156,7 +149,7 @@ export class AboutModal extends Component {
<a href={bugs.url} target="_blank" rel="noopener noreferrer">
Report
</a>
</div>
</div> */}
<div>
<span className="about-label">Support development:</span>{' '}
<a
Expand Down

0 comments on commit f2dc241

Please sign in to comment.