Update src/components/VideoPlayer.vue

This commit is contained in:
sweep-ai[bot] 2023-08-04 11:10:41 +00:00 committed by GitHub
parent 5bf5c6f67b
commit 38d8ca3712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@
@click="onClickSkipSegment" @click="onClickSkipSegment"
> >
<span v-t="'actions.skip_segment'" /> <span v-t="'actions.skip_segment'" />
<i class="unocss-icon fa6 fa6-skip-next"></i> <i class="material-icons-round">skip_next</i>
</button> </button>
</div> </div>
</template> </template>