diff options
-rw-r--r-- | sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/home/HomeStyles.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |