Skip to content

Commit

Permalink
feat: remove closed button modal from features video page
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 23, 2023
1 parent a30b600 commit 9b320da
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/app/ui/pages/regular/Features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,6 @@ function clearAndDismissPreviewVideoModal() {
<source :src="currentFeature.video" type="video/mp4" />
</video>
</div>
<!-- footer -->
<div class="modal-footer">
<!-- cancel -->
<button
@click="clearAndDismissPreviewVideoModal()"
type="reset"
class="btn btn-dark w-100"
data-bs-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 9b320da

Please sign in to comment.