fix(desktop): развёл иконки меню «Подключение» и «Реквизиты»
Обе были 'fas fa-link' (одинаковые + FontAwesome запрещён каноном). На Material: - Подключение → 'link' - Реквизиты → 'account_balance' (банковские реквизиты) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export default async function (): Promise<IWorkspaceConfig[]> {
|
||||
{
|
||||
meta: {
|
||||
title: 'Подключение',
|
||||
icon: 'fas fa-link',
|
||||
icon: 'link',
|
||||
roles: ['user'],
|
||||
conditions: 'isCoop === true && coopname === "voskhod"',
|
||||
requiresAuth: true,
|
||||
@@ -103,7 +103,7 @@ export default async function (): Promise<IWorkspaceConfig[]> {
|
||||
{
|
||||
meta: {
|
||||
title: 'Реквизиты',
|
||||
icon: 'fas fa-link',
|
||||
icon: 'account_balance',
|
||||
roles: ['user', 'member', 'chairman'],
|
||||
requiresAuth: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user