UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: смягчение CTA создания проекта в project-menu
This commit is contained in:
parent
49c32fccf1
commit
c8a669e01c
|
|
@ -144,10 +144,12 @@ const ProjectsToolbarMenu = observer(function ProjectsToolbarMenu() {
|
|||
<Menu.Item>
|
||||
<button
|
||||
type="button"
|
||||
className="nodedc-toolbar-primary nodedc-toolbar-primary-wide flex w-full items-center justify-center gap-2 text-13 font-medium"
|
||||
className="flex w-full items-center gap-3 rounded-md px-2 py-2 text-left text-13 font-medium text-secondary transition-colors hover:bg-layer-transparent-hover hover:text-primary"
|
||||
onClick={() => toggleCreateProjectModal(true)}
|
||||
>
|
||||
<span className="grid size-8 flex-shrink-0 place-items-center">
|
||||
<PlusIcon className="size-4" />
|
||||
</span>
|
||||
<span>{t("create_project")}</span>
|
||||
</button>
|
||||
</Menu.Item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue