This commit is contained in:
Aevann1 2021-09-20 15:14:42 +02:00
parent a4cdf18ad3
commit 781f67d729
3 changed files with 12 additions and 12 deletions

View file

@ -26,7 +26,7 @@ if site_name == "Drama":
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",
@ -37,7 +37,7 @@ else:
AWARDS = {
"shit": {
"kind": "shit",
"title": "shit",
"title": "Shit",
"description": "Makes flies swarm a post.",
"icon": "fas fa-poop",
"color": "text-black-50",
@ -45,7 +45,7 @@ else:
},
"fireflies": {
"kind": "fireflies",
"title": "fireflies",
"title": "Fireflies",
"description": "Puts stars on the post.",
"icon": "fas fa-sparkles",
"color": "text-warning",