Merge pull request #7670 from nextcloud/fix-logo-url

Fix logo URL in SCSS variables
This commit is contained in:
Roeland Jago Douma 2018-01-03 10:08:34 +01:00 committed by GitHub
commit 86d33cf50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;