Added warning when submitting non-music category on music video.

Also added a color for the music category.
This commit is contained in:
Ajay Ramachandran
2020-05-10 18:48:28 -04:00
parent 52020bcac6
commit a335ae2b72
5 changed files with 21 additions and 4 deletions

View File

@@ -50,11 +50,11 @@ let barTypes = {
color: "#bfbf35",
opacity: "0.7"
},
"offtopic": {
"music_offtopic": {
color: "#ff9900",
opacity: "0.7"
},
"preview-offtopic": {
"preview-music_offtopic": {
color: "#a6634a",
opacity: "0.7"
}