Skip to content

Commit

Permalink
fixed VVDViewer name and instructions link
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Oct 17, 2024
1 parent f687531 commit 209c5b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/MatchModal/Download3D.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Download3D(props) {
)}
<h3>
For a 3D comparison with more features, use the{" "}
<a href="https://github.com/JaneliaSciComp/VVDViewer">VVD viewer </a>
<a href="https://github.com/JaneliaSciComp/VVDViewer">VVDViewer </a>
desktop application.
</h3>
<Row gutter={{ xs: 8, sm: 16, md: 24, lg: 32 }}>
Expand All @@ -95,18 +95,18 @@ export default function Download3D(props) {
</Col>
<Col sm={24} md={12}>
<Title level={3} style={{ textDecoration: "underline" }}>
Installing VVD Viewer
Installing VVDViewer
</Title>
<ol>
<li>
Download the latest release of VVD Viewer from{" "}
Download the latest release of VVDViewer from{" "}
<a href="https://github.com/JaneliaSciComp/VVDViewer/releases">
https://github.com/JaneliaSciComp/VVDViewer/releases
</a>
</li>
<li>
Usage instructions for VVD Viewer can be found{" "}
<a href="https://github.com/JaneliaSciComp/VVDViewer">here</a>.
Usage instructions for VVDViewer can be found{" "}
<a href="https://github.com/JaneliaSciComp/VVDViewer/wiki">here</a>.
</li>
</ol>
</Col>
Expand Down

0 comments on commit 209c5b3

Please sign in to comment.