Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Sep 4, 2024
1 parent 0fa3d30 commit ea6dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/PortfolioSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<source :data-src="portfolio.video[0]" type="video/mp4" />
</video> -->
<video
v-if="portfolio.video"
v-if="portfolio.video"
:src="portfolio.video[0]"
loop
autoPlay
Expand Down

0 comments on commit ea6dd7d

Please sign in to comment.