app/views/layouts/kuppayam/_sidebar.html.erb in kuppayam-0.1.38 vs app/views/layouts/kuppayam/_sidebar.html.erb in kuppayam-0.1.39
- old
+ new
@@ -5,14 +5,14 @@
<header class="logo-env">
<!-- logo -->
<div class="logo">
<a href="/" class="logo-expanded">
- <img src="/assets/logo.png" width="180" alt="" />
+ <%= image_tag("logo-white.png", width: "180") %>
</a>
<a href="/" class="logo-collapsed">
- <img src="/assets/logo-small.png" width="40" alt="" />
+ <%= image_tag("logo-small.png", width: "40") %>
</a>
</div>
<!-- This will toggle the mobile menu and will be visible only on mobile devices -->
<div class="mobile-menu-toggle visible-xs">
\ No newline at end of file