fix(banner): use relative img url (#2011)

This commit is contained in:
Sergey Andrievskiy 2019-01-24 12:22:39 +03:00 committed by Sergey Andrievskiy
parent 0cf96be6d8
commit ae6bcc76a8
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ const HIDE_BANNER_KEY = 'HIDE_PRODUCT_HUNT_BANNER';
selector: 'ngx-release-banner',
template: `
<div class="heading-with-icon">
<img class="icon" src="/assets/img/product-hunt-cat.png" alt="Product Hunt">
<img class="icon" src="assets/img/product-hunt-cat.png" alt="Product Hunt">
<div class="banner-content">
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
<p class="cta">Please

View file

@ -13,7 +13,7 @@ const HIDE_BANNER_KEY = 'HIDE_PRODUCT_HUNT_BANNER';
selector: 'ngx-release-banner',
template: `
<div class="heading-with-icon">
<img class="icon" src="/assets/images/product-hunt-cat.png" alt="Product Hunt">
<img class="icon" src="assets/images/product-hunt-cat.png" alt="Product Hunt">
<div class="banner-content">
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
<p class="cta">Please