Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 20cdf36

Browse files
committed
fix: logo path fixed
1 parent 98c63ab commit 20cdf36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/scaffold/layouts/app.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<span class="navbar-toggler-icon"></span>
2828
</button>
2929
<a class="navbar-brand" href="#">
30-
<img class="navbar-brand-full" src="http://infyom.com/images/logo/blue_logo_150x150.jpg" width="30" height="30"
30+
<img class="navbar-brand-full" src="https://assets.infyom.com/logo/blue_logo_150x150.png" width="30" height="30"
3131
alt="InfyOm Logo">
32-
<img class="navbar-brand-minimized" src="http://infyom.com/images/logo/blue_logo_150x150.jpg" width="30"
32+
<img class="navbar-brand-minimized" src="https://assets.infyom.com/logo/blue_logo_150x150.png" width="30"
3333
height="30" alt="InfyOm Logo">
3434
</a>
3535
<button class="navbar-toggler sidebar-toggler d-md-down-none" type="button" data-toggle="sidebar-lg-show">

templates/scaffold/layouts/app_locale.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<span class="navbar-toggler-icon"></span>
2222
</button>
2323
<a class="navbar-brand" href="#">
24-
<img class="navbar-brand-full" src="http://infyom.com/images/logo/blue_logo_150x150.jpg" width="30" height="30"
24+
<img class="navbar-brand-full" src="https://assets.infyom.com/logo/blue_logo_150x150.png" width="30" height="30"
2525
alt="InfyOm Logo">
26-
<img class="navbar-brand-minimized" src="http://infyom.com/images/logo/blue_logo_150x150.jpg" width="30"
26+
<img class="navbar-brand-minimized" src="https://assets.infyom.com/logo/blue_logo_150x150.png" width="30"
2727
height="30" alt="InfyOm Logo">
2828
</a>
2929
<button class="navbar-toggler sidebar-toggler d-md-down-none" type="button" data-toggle="sidebar-lg-show">

0 commit comments

Comments
 (0)