Skip to content

Commit

Permalink
Positioned Buy button below video in HTML
Browse files Browse the repository at this point in the history
Co-authored-by: Gideon Oludeyi <49620086+gideonoludeyi@users.noreply.github.com>
  • Loading branch information
AlaqmarG and gideonoludeyi authored Feb 19, 2024
1 parent 6300f34 commit f6ac8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/merch/merch.component.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div>
<div id="promo">
<button (click)="buynow(grid)" clickable>Buy Today!</button>
<video autoplay muted loop>
<source src="app/../assets/merch/merch.mp4" />
</video>
<button (click)="buynow(grid)" clickable>Buy Today!</button>
</div>
<div #grid class="grid" id="grid">
<div>
Expand Down

0 comments on commit f6ac8d0

Please sign in to comment.