Skip to content

Commit

Permalink
refactor(console): update check guide button style on org template pa…
Browse files Browse the repository at this point in the history
…ge (#5712)
  • Loading branch information
xiaoyijun authored Apr 15, 2024
1 parent aacbebc commit 23714d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/console/src/pages/OrganizationTemplate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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);
}}
Expand Down

0 comments on commit 23714d3

Please sign in to comment.