phanpy/src/utils/visibility-icons-map.js
Lim Chee Aun fcd29d4bdc Aesthetic changes
- Icon change for "Unlisted"
- Dynamic text size for compose field depending on char count
2022-12-23 21:25:01 +08:00

7 lines
100 B
JavaScript

export default {
public: 'earth',
unlisted: 'group',
private: 'lock',
direct: 'message',
};