mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
feat(avatar): popovers for customization
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import prefill from '../prefill';
|
||||
import t from '../../translation';
|
||||
|
||||
export default prefill({
|
||||
0: {},
|
||||
1: {},
|
||||
2: {},
|
||||
3: {},
|
||||
4: {},
|
||||
0: { text: t('none') },
|
||||
1: { text: t('sideswept') },
|
||||
2: { text: t('blunt') },
|
||||
3: { text: t('wispy') },
|
||||
4: { text: t('curly') },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user