Skip to content

Commit

Permalink
web/satellite: fix error background path
Browse files Browse the repository at this point in the history
  • Loading branch information
boshevski committed Oct 6, 2023
1 parent 779973e commit 67b8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/satellite/src/views/ErrorPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ onMounted(() => {
content: '';
position: fixed;
inset: 0;
background: url('../../static/static/images/errors/world.svg') no-repeat center;
background: url('../../static/images/errors/world.svg') no-repeat center;
background-size: auto 75%;
z-index: -1;
opacity: 0.15;
Expand Down

0 comments on commit 67b8b8a

Please sign in to comment.