fix: About modal links (#2539)

This commit is contained in:
Alireza 2021-09-08 02:40:25 -04:00 committed by GitHub
parent 5ccab89a17
commit f992a207b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -58,7 +58,7 @@ const AboutModal = ({buildNumber, versionNumber}) => {
{renderRowTitle('Important Links')} {renderRowTitle('Important Links')}
<div className="flex mb-8"> <div className="flex mb-8">
<Link <Link
href="https://groups.google.com/forum/#!forum/cornerstone-platform" href="https://community.ohif.org/"
showIcon={true} showIcon={true}
> >
Visit the forum Visit the forum
@ -82,14 +82,14 @@ const AboutModal = ({buildNumber, versionNumber}) => {
<div className="flex flex-col"> <div className="flex flex-col">
<Row <Row
title="Repository URL" title="Repository URL"
value="https://github.com/OHIF/Viewers/" value="https://github.com/OHIF/Viewers/tree/v3-stable"
link="https://github.com/OHIF/Viewers/" link="https://github.com/OHIF/Viewers/tree/v3-stable"
/> />
<Row {/* <Row
title="Last Master Commits" title="Last Master Commits"
value="https://github.com/OHIF/Viewers/commits/master" value="https://github.com/OHIF/Viewers/tree/v3-stable"
link="https://github.com/OHIF/Viewers/commits/master" link="https://github.com/OHIF/Viewers/tree/v3-stable"
/> /> */}
<Row title="Version number" value={versionNumber} /> <Row title="Version number" value={versionNumber} />
<Row title="Build number" value={buildNumber} /> <Row title="Build number" value={buildNumber} />
<Row title="Browser" value={browser} /> <Row title="Browser" value={browser} />

View File

@ -1,7 +1,7 @@
{ {
"name": "@ohif/viewer", "name": "@ohif/viewer",
"version": "4.0.0", "version": "4.0.0",
"productVersion": "3.0-dev", "productVersion": "3.0.8",
"description": "OHIF Viewer", "description": "OHIF Viewer",
"author": "OHIF Contributors", "author": "OHIF Contributors",
"license": "MIT", "license": "MIT",