mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
refactor(console): update check guide button style on org template page (#5712)
This commit is contained in:
parent
aacbebcbc8
commit
23714d349c
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import classNames from 'classnames';
|
|||
import { useCallback, useContext, useState } from 'react';
|
||||
import { Outlet } from 'react-router-dom';
|
||||
|
||||
import Research from '@/assets/icons/research.svg';
|
||||
import OrganizationEmptyDark from '@/assets/images/organization-empty-dark.svg';
|
||||
import OrganizationEmpty from '@/assets/images/organization-empty.svg';
|
||||
import Drawer from '@/components/Drawer';
|
||||
|
@ -57,9 +56,9 @@ function OrganizationTemplate() {
|
|||
paywall={cond((isOrganizationsDisabled || isDevTenant) && ReservedPlanId.Pro)}
|
||||
/>
|
||||
<Button
|
||||
icon={<Research />}
|
||||
title="application_details.check_guide"
|
||||
type="outline"
|
||||
size="large"
|
||||
onClick={() => {
|
||||
setIsGuideDrawerOpen(true);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue