Skip to content

Commit bbc0876

Browse files
committed
fix img paths
1 parent fb071f6 commit bbc0876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/StickersSection.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="landing-container w-full flex justify-center items-center py-5 lg:py-10 px-5 lg:px-20">
66
<div class="flex flex-col md:flex-row w-full max-w-screen-xl gap-10">
77
<div class="flex-1">
8-
<img src="/stickers.png" class="auto h-auto object-cover" />
8+
<img src="/fuckyoumoto/stickers.png" class="auto h-auto object-cover" />
99
</div>
1010

1111
<div class="flex-1 flex flex-col justify-center text-center md:text-left gap-2">

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
<HeroSection />
2626
<LeftImageTextSelection
27-
image="/screenshot1.png"
27+
image="/fuckyoumoto/screenshot1.png"
2828
header="Free guides"
2929
text="Unlock bootloader, modding and learn how to repair your device with step-by-step instructions.<br>All resources are open-source and completely free." />
3030
<RightImageTextSelection
31-
image="/screenshot2.png"
31+
image="/fuckyoumoto/screenshot2.png"
3232
header="Testpoints"
3333
text="Explore testpoints for your device completely free of charge" />
3434
<div id="supported-devices">

0 commit comments

Comments
 (0)