chore: remove Beta tag from Upload

This commit is contained in:
Phan An 2022-07-05 16:35:15 +02:00
parent 5c60757d74
commit 7762cef7dc
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -1,7 +1,7 @@
<template>
<section id="uploadWrapper">
<ScreenHeader>
Upload Media <sup>Beta</sup>
Upload Media
<template v-slot:controls>
<BtnGroup uppercased v-if="hasUploadFailures">
@ -141,13 +141,6 @@ eventBus.on('UPLOAD_QUEUE_FINISHED', () => {
<style lang="scss">
#uploadWrapper {
sup {
vertical-align: super;
font-size: .4em;
text-transform: uppercase;
opacity: .5;
}
.upload-panel {
position: relative;
height: 100%;