Skip to content

Commit

Permalink
Merge branch 'release-3.x.x' into TASK-6839
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Sep 23, 2024
2 parents daf0296 + 2f38744 commit 0a8fa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/layouts/custom-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default class CustomFooter extends LitElement {
<div class="d-flex gap-3">
<div class="footer-item footer-section-text">
<a class="text-white" href="https://github.com/opencb/jsorolla" target="blank">
${this.appName || "IVA (JSorolla)"} <sup>${this.version || this.config?.version}</sup>
${this.appName || "IVA (JSorolla)"} <sup>v${this.version || this.config?.version}</sup>
</a>
</div>
${this.host?.opencga ? html `
Expand Down

0 comments on commit 0a8fa44

Please sign in to comment.