From 3d7c1dad3ceea04e8b5316894c6403f83565c807 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 14 Nov 2017 23:05:18 +0100 Subject: [PATCH] Fix path of logo Signed-off-by: Morris Jobke --- css/firstrunwizard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/firstrunwizard.css b/css/firstrunwizard.css index 80b4e4a68..ac7684309 100644 --- a/css/firstrunwizard.css +++ b/css/firstrunwizard.css @@ -16,7 +16,7 @@ color: #fff; } #firstrunwizard .firstrunwizard-header .logo { - background-image: url('../../../core/img/logo-icon.svg'); + background-image: url('../../../core/img/logo.svg'); background-repeat: no-repeat; background-size: 175px; background-position: center;