Skip to content

Commit

Permalink
nit:
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchitharajaghatta committed Nov 19, 2024
1 parent e0c897d commit 5fbf83f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
// @ts-expect-error leafygreen only allows strings, but we need to pass icons
buttonText={
<>
&nbsp;Opt in to Atlas to enable
&nbsp;Use Natural Language
{isOptInInProgress && (
<>
&nbsp;
Expand Down Expand Up @@ -129,7 +129,7 @@ const AIOptInModal: React.FunctionComponent<OptInModalProps> = ({
this setting in the{' '}
<Link href={PROJECT_SETTINGS_LINK} target="_blank">
AI features
</Link>{' '}
</Link>
section.
</Banner>
<div className={disclaimer}>
Expand Down

0 comments on commit 5fbf83f

Please sign in to comment.