From 6098584c1c98c14a48da3c7b68229e47564a64e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 11 Aug 2022 19:48:44 +0300 Subject: [PATCH] Fix missed path of slideshow urls --- assets/sass/views/index.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/assets/sass/views/index.scss b/assets/sass/views/index.scss index 8a32fe1..d7b7503 100644 --- a/assets/sass/views/index.scss +++ b/assets/sass/views/index.scss @@ -1,6 +1,5 @@ @use "../variables.scss"; @use "../mixins.scss"; -@use "../urls.scss"; @use "../keyframes"; @use "sass:math"; @@ -42,23 +41,23 @@ $social-button_inner_margin: 10px; } li:nth-child(1) span { - background-image: urls.$index_slide1; + background-image: url("../../img/galeri/9761.webp"); background-position-y: 50%; } li:nth-child(2) span { - background-image: urls.$index_slide2; + background-image: url("../../img/galeri/7925.webp"); animation-delay: 6s; } li:nth-child(3) span { - background-image: urls.$index_slide3; + background-image: url("../../img/galeri/0414.webp"); animation-delay: 12s; } li:nth-child(4) span { - background-image: urls.$index_slide4; + background-image: url("../../img/galeri/7815.webp"); animation-delay: 18s; } li:nth-child(5) span { - background-image: urls.$index_slide5; + background-image: url("../../img/galeri/0429.webp"); animation-delay: 24s; } }