From 81d459399c11a906a111174eaa0b3159d1cf95d4 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Thu, 21 May 2020 11:31:27 +0200 Subject: Fix background->backgrounds path --- .../kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw-ui/src/main/kotlin') diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt index 0fae650e..e55b9b47 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt @@ -6,7 +6,7 @@ import styled.StyleSheet object HomeStyles : StyleSheet("HomeStyles", isStatic = true) { val zeusBackground by css { - background = "url('images/background/zeus-temple.jpg') center no-repeat" + background = "url('images/backgrounds/zeus-temple.jpg') center no-repeat" backgroundSize = "cover" } -- cgit