Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers authored Nov 6, 2024
1 parent 109ff60 commit 5cc3359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emgui/templates/rest_framework/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="vf-hero__heading">MGnify</h2>
<p class="vf-hero__text">
Access all the data within MGnify using our <a href="https://jsonapi.org">JSON:API</a> specification API.
Browse the API endpoints interactively here, or using your own scripts.
We also have online examples in Python and R, in our MGnify Juptyer Lab.
We also have online examples in Python and R, in our MGnify Jupyter Lab.
</p><a class="vf-hero__link" href="https://shiny-portal.embl.de/shinyapps/app/06_mgnify-notebook-lab?jlpath=mgnify-examples/home.ipynb" target="_blank">Browse examples<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0C5.376.008.008 5.376 0 12zm13.707-5.209l4.5 4.5a1 1 0 010 1.414l-4.5 4.5a1 1 0 01-1.414-1.414l2.366-2.367a.25.25 0 00-.177-.424H6a1 1 0 010-2h8.482a.25.25 0 00.177-.427l-2.366-2.368a1 1 0 011.414-1.414z" fill="" fill-rule="nonzero"></path>
</svg>
Expand Down Expand Up @@ -128,4 +128,4 @@ <h2 class="vf-hero__heading">MGnify</h2>
}
document.getElementById("banner").style.setProperty('--vf-hero--bg-image', "url(" + baseUrl + "{% static 'ui/images/microbiome_banner.jpg' %})")
</script>
{% endblock %}
{% endblock %}

0 comments on commit 5cc3359

Please sign in to comment.