Skip to content

Commit

Permalink
Merge pull request #40 from PathwayCommons/pathway-example-uri
Browse files Browse the repository at this point in the history
Pathway example link fix
  • Loading branch information
jvwong authored Jun 10, 2024
2 parents 4443c26 + d99c9b5 commit 847b054
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/pc.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,7 @@ footer {
margin-top: 2em;
}
/* END: FAQ */

#info img {
width: 55%;
}
Binary file modified images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ <h3>Interactions</h3>
</div>
<div class="search-example col-sm-6 col-md-8">
<div class="thumbnail">
<a href="pathways?uri=bioregistry.io%2Freactome:R-HSA-69895" class="apps-url has-beta" target="_blank">
<a href="pathways?uri=http%3A%2F%2Fbioregistry.io%2Freactome:R-HSA-69895" class="apps-url has-beta" target="_blank">
<img src="images/search_pathways_large.png" alt="Explore Pathways">
</a>
<div class="caption">
<h3>Pathways</h3>
<p>
<a href="pathways?uri=bioregistry.io%2Freactome:R-HSA-69895" class="apps-url has-beta" target="_blank">
<a href="pathways?uri=http%3A%2F%2Fbioregistry.io%2Freactome:R-HSA-69895" class="apps-url has-beta" target="_blank">
Example: 'Transcriptional activation of cell cycle inhibitor p21' (Reactome)
</a>
</p>
Expand Down

0 comments on commit 847b054

Please sign in to comment.