mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(banner): use relative img url (#2011)
This commit is contained in:
parent
0cf96be6d8
commit
ae6bcc76a8
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ const HIDE_BANNER_KEY = 'HIDE_PRODUCT_HUNT_BANNER';
|
||||||
selector: 'ngx-release-banner',
|
selector: 'ngx-release-banner',
|
||||||
template: `
|
template: `
|
||||||
<div class="heading-with-icon">
|
<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">
|
<div class="banner-content">
|
||||||
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
|
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
|
||||||
<p class="cta">Please
|
<p class="cta">Please
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ const HIDE_BANNER_KEY = 'HIDE_PRODUCT_HUNT_BANNER';
|
||||||
selector: 'ngx-release-banner',
|
selector: 'ngx-release-banner',
|
||||||
template: `
|
template: `
|
||||||
<div class="heading-with-icon">
|
<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">
|
<div class="banner-content">
|
||||||
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
|
<h2 class="banner-heading">ngx-admin is on Product Hunt today!</h2>
|
||||||
<p class="cta">Please
|
<p class="cta">Please
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue