Skip to content

Commit

Permalink
Changed navbar image to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Jun 1, 2024
1 parent 8cdfcb2 commit 0bb871c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion app/views/layouts/_navbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container-fluid">
<%= link_to root_path, class: "navbar-brand" do %>
<div class="m-1 mb-2">
<img src="<%= asset_url("nomadstation-high-resolution-logo-white-on-transparent-background.png") %>" alt="Nomadstation brand" width="200px">
<img src="<%= asset_url("nomadstation-high-resolution-logo-white-on-transparent-background.webp") %>" alt="Nomadstation brand" width="200px">
</div>
<% end %>

Expand Down

0 comments on commit 0bb871c

Please sign in to comment.