mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
M: Shorten manuals landing page
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
This commit is contained in:
parent
0fc8341155
commit
713d436aa6
|
@ -1,5 +1,3 @@
|
|||
import { urls } from '@/app/urls';
|
||||
import { IconLibrary2, IconManuals, IconUser2 } from '@/components/Icons';
|
||||
import LinkTopic from '@/components/ui/LinkTopic';
|
||||
import TextURL from '@/components/ui/TextURL';
|
||||
import { HelpTopic } from '@/models/miscellaneous';
|
||||
|
@ -22,20 +20,6 @@ function HelpMain() {
|
|||
<LinkTopic text='Операционной схеме синтеза' topic={HelpTopic.CC_OSS} />.
|
||||
</p>
|
||||
|
||||
<h2>Разделы Портала</h2>
|
||||
<li>
|
||||
<IconLibrary2 size='1.25rem' className='inline-icon' /> <TextURL text='Библиотека' href={urls.library} /> –
|
||||
библиотека концептуальных схем
|
||||
</li>
|
||||
<li>
|
||||
<IconManuals size='1.25rem' className='inline-icon' /> <TextURL text='Справка' href={urls.manuals} /> –
|
||||
справочные материалы
|
||||
</li>
|
||||
<li>
|
||||
<IconUser2 size='1.25rem' className='inline-icon' /> <TextURL text='Профиль' href={urls.profile} /> – данные
|
||||
пользователя и смена пароля
|
||||
</li>
|
||||
|
||||
<h2>Разделы Справки</h2>
|
||||
{[
|
||||
HelpTopic.THESAURUS,
|
||||
|
|
Loading…
Reference in New Issue
Block a user