Skip to content

Commit

Permalink
change old app links
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Dec 13, 2024
1 parent 03329cc commit dbc290b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VITE_TITLE=GenePlexus
VITE_DESCRIPTION=GenePlexus enables researchers to predict genes similar to an uploaded geneset of interest based on patterns of connectivity in genome-scale molecular interaction networks, with the ability to translate these findings across species.
VITE_URL=https://geneplexus.net
VITE_OLD_URL=https://geneplexus-old.net
VITE_API=https://us-central1-gap-som-dbmi-geneplx-app-p0n.cloudfunctions.net
12 changes: 5 additions & 7 deletions frontend/src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,12 @@ const AboutPage = () => {

<p className="center">
This web app is a re-imagined version of the initial version of
GenePlexus, which is still accessible (for a limited time) here:
GenePlexus, which has been{" "}
<Link to="https://pygeneplexus.readthedocs.io/en/latest/notes/faqs.html">
shut down
</Link>
.
</p>

<Button
to={import.meta.env.VITE_OLD_URL}
text="Old Site"
icon={<FaArrowUpRightFromSquare />}
/>
</Section>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const HomePage = () => {
</Flex>

<p className="center">
<Link to={import.meta.env.VITE_OLD_URL}>
<Link to="https://pygeneplexus.readthedocs.io/en/latest/notes/faqs.html">
Looking for the old GenePlexus?
</Link>
</p>
Expand Down

0 comments on commit dbc290b

Please sign in to comment.