Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/ebi-header-footer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.5

* Added new link for 'Access and benefit sharing'. [Tracking issue](https://github.com/visual-framework/vf-core/issues/2455)

### 2.1.4

* Optimised the component by removing dependency of old header (with VF 1.4) and footer loading from contenthub. [Tracking issue](https://github.com/visual-framework/vf-core/issues/2333)
Expand Down
3 changes: 3 additions & 0 deletions components/ebi-header-footer/ebi-header-footer--footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<li class="vf-list__item" data-list-item-id="e752f3cd172f035521d38315d649dad43">
<a class="vf-list__link" href="//www.ebi.ac.uk/long-term-data-preservation">Long-term data preservation</a>
</li>
<li class="vf-list__item">
<a class="vf-list__link" href="//www.ebi.ac.uk/abs-dsi">Access and benefit sharing</a>
</li>
</ul>
</div>
<div class="vf-links">
Expand Down
2 changes: 1 addition & 1 deletion components/ebi-header-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.4",
"version": "2.1.5",
"name": "@visual-framework/ebi-header-footer",
"description": "ebi-header-footer component",
"homepage": "https://stable.visual-framework.dev",
Expand Down
Loading