Skip to content

Commit

Permalink
Fixed background image on boot check link (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Nov 21, 2024
1 parent 77dc978 commit aeb8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fragments/BootCheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
display: inline-block;
margin: 10px 0;
padding-left: 20px;
background: var(--svg--link-blank);
background: var(--svg--link-blank) left center no-repeat;
background-size: 16px 16px;
}
}
Expand Down

0 comments on commit aeb8e66

Please sign in to comment.