This commit is contained in:
DianaXWiki 2025-09-25 16:56:52 +03:00
parent b95a9e5929
commit 7c9d8d2d42
2 changed files with 9 additions and 3 deletions

View File

@ -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.

View File

@ -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 = {}) => {