mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 21:03:39 -04:00
Merge pull request #7670 from nextcloud/fix-logo-url
Fix logo URL in SCSS variables
This commit is contained in:
commit
86d33cf50f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ $color-primary-element: $color-primary;
|
|||
@return lighten($color, $value);
|
||||
}
|
||||
|
||||
$image-logo: '../img/logo-icon.svg?v=1';
|
||||
$image-logo: '../img/logo.svg?v=1';
|
||||
$image-login-background: '../img/background.png?v=2';
|
||||
|
||||
$color-loading: #969696;
|
||||
|
|
|
|||
Loading…
Reference in a new issue