Skip to content

Commit 20e03a6

Browse files
committed
Fixed assets
1 parent 6376e1c commit 20e03a6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/ServiceLivelog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<CardsContainer>
44
<FoldableCard
55
title="serviceLivelog.foldableCardTitle"
6-
image="../../../../assets/icons/taklogo.png">
6+
image="assets/icons/liveloglogo.png">
77
<div class="flex flex-col items-center justify-center p-5">
88
<ServiceInfoCard
99
title="serviceLivelog.serviceInfoCardTitle"
10-
image="../../../../assets/icons/taklogo.png"
10+
image="assets/icons/liveloglogo.png"
1111
></ServiceInfoCard>
1212
<UnfoldableCard title="serviceLivelog.unfoldableCardTitle">
1313
<Description>serviceLivelog.step1Description</Description>
@@ -22,7 +22,7 @@
2222
>
2323
<div class="flex items-center justify-center w-full h-full">
2424
<img
25-
src="../../../../assets/icons/sota.png"
25+
src="assets/icons/sota.png"
2626
alt="keys"
2727
class="h-5 w-5 mr-2"
2828
/>

src/assets/heroimages/kiikarit.jpeg

199 KB
Loading

src/assets/icons/liveloglogo.png

435 KB
Loading

src/assets/icons/sota.png

11.4 KB
Loading

src/usage/ServiceLivelogUsage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Layout
44
showNavbar="True"
55
showFooter="True"
6-
heroImage="../../../../../assets/heroimages/kiikarit.jpeg"
6+
heroImage="../assets/heroimages/kiikarit.jpeg"
77
navbarTitle="serviceLivelogUsageView.navbarTitle"
88
backUrl="/"
99
>

0 commit comments

Comments
 (0)