fixes svg file pathing

This commit is contained in:
2026-06-11 17:31:44 +00:00
parent 3f43d21edc
commit fd228896ea
12 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
<section class="hero">
<!-- Mountain background layer -->
<div class="hero-mountains" aria-hidden="true">
<img src="assets/svg/mountain-silhouette.svg" alt="">
<img src="svg/mountain-silhouette.svg" alt="">
</div>
<!-- Gradient overlay -->
@@ -11,7 +11,7 @@
<div class="hero-content container">
<div class="hero-inner">
<div class="hero-icon">
<img src="assets/svg/orange-flower.svg" alt="" class="hero-flower">
<img src="svg/orange-flower.svg" alt="" class="hero-flower">
</div>
<h1 class="hero-title">
<span class="hero-line1">KMountain</span>
@@ -37,6 +37,6 @@
<!-- Mountain divider at bottom -->
<div class="hero-divider" aria-hidden="true">
<img src="assets/svg/mountain-divider.svg" alt="">
<img src="svg/mountain-divider.svg" alt="">
</div>
</section>