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

Commit 9931b62

Browse files
committed
feat(home): add home animations
1 parent f5b9b24 commit 9931b62

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/assets/svg/home-animation-desktop.svg

Lines changed: 1 addition & 0 deletions
Loading

src/assets/svg/home-animation-mobile.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pages/app-home/app-home.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.svg-header-desktop {
42-
background: url('assets/svg/home-graphic-header.svg') center center no-repeat;
42+
background: url('assets/svg/home-animation-desktop.svg') center center no-repeat;
4343
height: 542px;
4444
display: block;
4545

@@ -53,7 +53,7 @@
5353
}
5454

5555
.svg-header-mobile {
56-
background: url('assets/svg/home-graphic-header-mobile.svg') center center no-repeat;
56+
background: url('assets/svg/home-animation-mobile.svg') center center no-repeat;
5757
height: 542px;
5858
display: none;
5959

0 commit comments

Comments
 (0)