phanpy/src/utils/visibility-icons-map.js
Lim Chee Aun 9c5586e43b This "@" icon for direct-visibility posts is very confusing
Change to the envelope icon for now
2022-12-11 10:56:09 +08:00

6 lines
101 B
JavaScript

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