Skip to content

Commit

Permalink
Merge pull request #966 from opencb/TASK-4985
Browse files Browse the repository at this point in the history
TASK-4985 - JSorolla-enterprise version is not correctly displayed
  • Loading branch information
jmjuanes authored Sep 20, 2024
2 parents f0d8329 + 4ea8285 commit 2f38744
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 2f38744

Please sign in to comment.