Skip to content

Commit

Permalink
Merge pull request #360 from EBI-Metagenomics/develop
Browse files Browse the repository at this point in the history
v2.1.4 release
  • Loading branch information
SandyRogers committed May 2, 2024
2 parents 05e61bf + 57a3253 commit 8cf2cf2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgportalv2",
"version": "2.1.3",
"version": "2.1.4",
"description": "Web Client for the Mgnify service at EBI",
"homepage": "https://github.com/EBI-Metagenomics/ebi-metagenomics-client#readme",
"main": "src/index.tsx",
Expand Down
15 changes: 14 additions & 1 deletion src/components/UI/EBIFooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@ const EBIFooter: React.FC = () => {
Help & Support
</a>
</li>
<li className="vf-list__item">
<a href="//www.ebi.ac.uk/licencing" className="vf-list__link">
Licensing
</a>
</li>
<li className="vf-list__item">
<a
href="//www.ebi.ac.uk/long-term-data-preservation"
className="vf-list__link"
>
Long-term data preservation
</a>
</li>
</ul>
</div>

Expand Down Expand Up @@ -240,7 +253,7 @@ const EBIFooter: React.FC = () => {
</span>
</p>
<p className="vf-footer__legal">
<span className="vf-footer__legal-text">Copyright © EMBL 2021</span>
<span className="vf-footer__legal-text">Copyright © EMBL 2024</span>
<span className="vf-footer__legal-text">
EMBL-EBI is part of the
<a className="vf-footer__link" href="//www.embl.org">
Expand Down

0 comments on commit 8cf2cf2

Please sign in to comment.