mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fixes
This commit is contained in:
parent
b95a9e5929
commit
7c9d8d2d42
@ -219,7 +219,7 @@ const factory = () => {
|
||||
moderation: 'moderation',
|
||||
profile: 'user-profile',
|
||||
support: 'support',
|
||||
accounts: 'support-ticket'
|
||||
accounts: 'subscribe'
|
||||
};
|
||||
|
||||
// Ability to create owned pads and expiring pads through a new pad creation screen.
|
||||
|
||||
@ -209,7 +209,6 @@ define([
|
||||
"import": "upload",
|
||||
"import-template": "file-up",
|
||||
"export": "download",
|
||||
"subscribe": "ticket",
|
||||
// Settings + Admin
|
||||
"settings": "settings",
|
||||
"apps-settings": "wrench",
|
||||
@ -237,12 +236,19 @@ define([
|
||||
"quote": "quote",
|
||||
"toc": "newspaper",
|
||||
"embed": "image-plus",
|
||||
"pricing": "circle-star",
|
||||
// Badges
|
||||
"badge-admin": "star",
|
||||
"badge-moderator": "life-buoy",
|
||||
"badge-premium": "ticket-check",
|
||||
"badge-error": "circle-alert",
|
||||
// Accounts
|
||||
"pricing": "circle-star",
|
||||
"subscribe": "ticket",
|
||||
"trophy": "trophy",
|
||||
"credit-card": "credit-card",
|
||||
"circle-left": "circle-chevron-left",
|
||||
"user": "user-round",
|
||||
"notebook":"notepad-text"
|
||||
};
|
||||
|
||||
Icons.get = (name, attrs = {}) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user