Skip to content

Commit

Permalink
style: Update logo image reference
Browse files Browse the repository at this point in the history
Updated the case sensitivity of the logo file name in the index.html layout. This change ensures that the correct logo is displayed on the website, regardless of operating system or server configuration.
  • Loading branch information
tanczosm committed Apr 12, 2024
1 parent 9f93ed4 commit 93a7998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section class="section container-fluid mt-n3 pb-3">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
{{ with resources.Get "images/SpiceDb-logo.png" }}
{{ with resources.Get "images/spicedb-logo.png" }}
<img src="{{ .RelPermalink }}" class="img-fluid" alt="{{ .Title }} Logo">
{{ end }}
</div>
Expand Down

0 comments on commit 93a7998

Please sign in to comment.