Skip to content

Commit

Permalink
Update gp-footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik authored Oct 4, 2024
1 parent 50a3b5f commit 23a41dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/gp-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{{#each gpLinksData}}
<div class="footer-gp-links_block">
{{#each this}}
<a class="router-ignore" href="{{@shared.serverHost}}{{this.url}}">{{this.text}}</a>
<a class="router-ignore" href="{{this.url}}">{{this.text}}</a>
{{/each}}
</div>
{{/each}}
Expand Down

0 comments on commit 23a41dd

Please sign in to comment.