Skip to content

Commit

Permalink
Merge pull request #23 from ben-miles/dev
Browse files Browse the repository at this point in the history
Fix for Home View
  • Loading branch information
ben-miles authored Mar 16, 2023
2 parents 4b54bdf + 9346a88 commit 3790827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ export default {
filter: saturate(1);
}
.module-language::before {
background-image: url(src/assets/images/backgrounds/bkgTranslator.jpg), linear-gradient(rgba(255,0,0,1), rgba(0,0,255,1));
background-image: url(@/assets/images/backgrounds/bkgTranslator.jpg), linear-gradient(rgba(255,0,0,1), rgba(0,0,255,1));
}
.module-items::before {
background-image: url(src/assets/images/backgrounds/bkgItems.jpg), linear-gradient(rgba(255,0,0,1), rgba(0,0,255,1));
background-image: url(@/assets/images/backgrounds/bkgItems.jpg), linear-gradient(rgba(255,0,0,1), rgba(0,0,255,1));
}
.module .inside {
bottom: 0;
Expand Down

0 comments on commit 3790827

Please sign in to comment.