Add close button in share modal.

This commit is contained in:
Kavin 2022-08-29 18:55:05 +05:30
parent 629303411c
commit 0afe3953a5
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -1,6 +1,9 @@
<template>
<ModalComponent>
<h2 v-t="'actions.share'" />
<div class="flex">
<h2 v-t="'actions.share'" />
<button class="ml-3" @click="$emit('close')"><font-awesome-icon icon="xmark" /></button>
</div>
<div class="flex justify-between mt-4">
<label v-t="'actions.with_timecode'" for="withTimeCode" />
<input id="withTimeCode" type="checkbox" v-model="withTimeCode" />