Skip to content

Commit

Permalink
Swap iframe sources for app previews in HomeLayout component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Jan 22, 2025
1 parent 931f08e commit 2acbc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/HomeLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const modules = [Navigation, Pagination];
navigation
>
<SwiperSlide class="swiper-slide">
<iframe src="/apps/gfs/"></iframe>
<iframe src="/apps/gfc/"></iframe>
</SwiperSlide>
<SwiperSlide class="swiper-slide">
<iframe src="/apps/gfc/"></iframe>
<iframe src="/apps/gfs/"></iframe>
</SwiperSlide>
</Swiper>
</div>
Expand Down

0 comments on commit 2acbc5a

Please sign in to comment.