[Fix] background image missing from rules display

Closes #38
This commit is contained in:
2024-05-16 11:27:26 +02:00
parent c31ce45052
commit e2e9a2cdb7
+1 -1
View File
@@ -252,7 +252,7 @@ const router = useRouter();
<style>
.background {
background-color: #f0f0f0;
background-image: url('images/bg-darkgrass.png');
background-image: url('/images/bg-darkgrass.png');
background-size: auto;
display: flex;
flex-direction: column;