Skip to content

Commit

Permalink
design
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Dec 11, 2023
1 parent 3566c56 commit 549ef06
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/shared-ux/prompt/no_data_views/impl/src/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ export const NoDataButtonLink = ({
{createDataViewText}
</EuiButton>
<EuiSpacer size="m" />
<EuiText>
- OR -
<EuiSpacer size="m" />
<EuiText size="s">
<FormattedMessage
id="sharedUx.no_data_views.button"
defaultMessage="Query your data directly with ES|QL (Beta)."
defaultMessage="Query your data directly with ES|QL (Beta). "
/>
<EuiLink href={esqlLocator} target={'_blank'} external>
Try ES|QL
</EuiLink>
</EuiText>
<EuiLink href="" target={'_blank'} external>
Try ES|QL
</EuiLink>
</>
);
}
Expand Down

0 comments on commit 549ef06

Please sign in to comment.