Skip to content

Commit

Permalink
Merge pull request #48 from yqni13/hotfix
Browse files Browse the repository at this point in the history
fix: remove '../' part of video to assets folder
  • Loading branch information
yqni13 authored Oct 7, 2024
2 parents 04c6ab5 + d1e3aed commit 0fbb61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="box home" *yqni13Var="user$ | async as userData">
<div class="home-wrapper">
<video autoplay loop [muted]="'muted'">
<source src="../../assets/landingpage_long_compressed.mp4" type="video/mp4"/>
<source src="assets/landingpage_long_compressed.mp4" type="video/mp4"/>
Your browser does not support the video file (mp4).
</video>
<div class="column introduction">
Expand Down

0 comments on commit 0fbb61a

Please sign in to comment.