mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
chore: remove Beta tag from Upload
This commit is contained in:
parent
5c60757d74
commit
7762cef7dc
1 changed files with 1 additions and 8 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue