1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-29 02:54:15 +00:00
comty/globals/badges_list.js
2020-03-24 23:38:15 +01:00

9 lines
129 B
JavaScript
Executable File

export var BadgesType = [
{
id: 'alpha_test',
title: 'Alpha Tester',
color: 'volcano',
tip: 'Oh yeah!',
},
]