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!',
},
]