Skip to content

Commit

Permalink
fix: souvenir photo in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
YeyeLeaf committed Feb 20, 2024
1 parent afda68f commit b45b37a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@
<div
class="grid gap-x-8 gap-y-4 sm:grid-cols-3 grid-cols-2 *:mx-auto *:block sm:*:w-48 *:w-40 object-fill"
>
<img src="/BikeFestival17th-Frontend/souvenir/Bike17_pin.png" />
<img src="/BikeFestival17th-Frontend/souvenir/Bike17_pin_2.png" />
<img src="/BikeFestival17th-Frontend/souvenir/Bike17_pin_3.png" />
<img src="/BikeFestival17th-Frontend/souvenir/Bike17_towel.png" />
<img src="/BikeFestival17th-Frontend/souvenir/Bike17_towel_2.png" />
<img src="/BikeFestival17th-Frontend/souvenir/omamori.jpg" />
<img src="/souvenir/Bike17_pin.png" />
<img src="/souvenir/Bike17_pin_2.png" />
<img src="/souvenir/Bike17_pin_3.png" />
<img src="/souvenir/Bike17_towel.png" />
<img src="/souvenir/Bike17_towel_2.png" />
<img src="/souvenir/omamori.jpg" />
</div>
</div>

Expand Down

0 comments on commit b45b37a

Please sign in to comment.