Skip to content

Commit

Permalink
chore: update assets path in spreadsheet demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
stnikolova committed May 14, 2024
1 parent b5868db commit db6224f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ app-login {
display: flex;
align-items: center;
min-height: 100vh;
background-image: url("/assets/login-bg.png");
background-image: url("../../assets/login-bg.png");
background-repeat: no-repeat;
background-size: cover;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.page-title {
background-image: url("/assets/speaker-bg-bg.svg");
background-image: url("../../assets/speaker-bg-bg.svg");
}

.page-container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.page-title {
background-image: url("/assets/budget-bg.svg");
background-image: url("../../assets/budget-bg.svg");
}

.page-container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.page-title {
background-image: url("/assets/tickets-bg-bg.svg");
background-image: url("../../assets/tickets-bg-bg.svg");
}

.page-container {
Expand Down

0 comments on commit db6224f

Please sign in to comment.