fix: adjust path of logo for prod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-07-21 23:00:20 +02:00
parent aafa70fc1f
commit 90f08bf454

View File

@ -76,7 +76,7 @@ label {
width: 23px;
height: 24px;
border: 0;
background: url('/src/assets/img/logo_transparent.png');
background: url('../img/logo_transparent.png');
background-size: 100% 100%;
cursor: pointer;
}
@ -85,7 +85,7 @@ label {
width: 23px;
height: 24px;
border: 0;
background: url('/src/assets/img/logo_transparent.png');
background: url('../img/logo_transparent.png');
background-size: 100% 100%;
cursor: pointer;
}