mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(landing): add contact section and fix landing image
This commit is contained in:
parent
64b38da5ae
commit
00f0e4a2ba
24 changed files with 351 additions and 19 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<a [href]="materialDarkDemoUrl" target="_blank" class="image-container swiper-slide">
|
||||
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
||||
data-src="assets/img/material-dark-theme.png"
|
||||
class="swiper-lazy"
|
||||
class="swiper-lazy"
|
||||
alt="Material Dark Theme" />
|
||||
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
||||
lazyLoad="assets/img/material-dark-theme.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue