Skip to content

Commit

Permalink
hotfix : image src import path
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jan 20, 2024
1 parent 285a1a0 commit 4c19d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ScheduleCardSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<p class="block text-black text-base font-bold truncate">{{ name }}</p>
<div class="flex justify-start gap-[5px]">
<img
src="/BikeFestival17th-Frontend/schedule/time.svg"
:src="'/BikeFestival17th-Frontend/schedule/time.svg'"
alt=""
class="flex w-4 h-4"
/>
Expand All @@ -45,15 +45,15 @@
</div>
<div class="flex justify-start gap-[5px]">
<img
src="/BikeFestival17th-Frontend/schedule/host.svg"
:src="'/BikeFestival17th-Frontend/schedule/host.svg'"
alt=""
class="flex w-4 h-4"
/>
<p class="text-black text-xs font-[350] truncate">{{ host }}</p>
</div>
<div class="flex justify-start gap-[5px]">
<img
src="/BikeFestival17th-Frontend/schedule/location.svg"
:src="'/BikeFestival17th-Frontend/schedule/location.svg'"
alt=""
class="flex w-4 h-4"
/>
Expand All @@ -69,7 +69,7 @@
>報名中</span
>
<img
src="/BikeFestival17th-Frontend/schedule/gesture-tap.svg"
:src="'/BikeFestival17th-Frontend/schedule/gesture-tap.svg'"
alt=""
class="flex w-4"
/>
Expand Down

0 comments on commit 4c19d02

Please sign in to comment.