Unsubmitted sponsors are now in the preview.

This commit is contained in:
Ajay Ramachandran
2019-08-21 14:27:25 -04:00
parent c1aebf45c8
commit 32884372fa
2 changed files with 22 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ let barTypes = {
"sponsor": {
color: "#00d400",
opacity: "0.5"
},
"previewSponsor": {
color: "#0000d4",
opacity: "0.5"
}
};