fix: adjust path of logo for prod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
aafa70fc1f
commit
90f08bf454
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user