Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2024
1 parent 397d4c2 commit a471479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/theme_overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="tx-hero">
<div class="tx-hero__content">
<div class="tx-hero__image">
<img src="assets/images/signalo_logo_full.png" alt="" width="600" draggable="false">
<img src="{{ config.site_url }}/assets/images/signalo_logo_full.png" alt="" width="600" draggable="false">
</div>
<h2>{{ config.site_description }}</h2>
</div>
Expand Down

0 comments on commit a471479

Please sign in to comment.