From f9f03858892ec0ffbe4646ddfe04bb7494c8b199 Mon Sep 17 00:00:00 2001 From: Willie Hung Date: Fri, 12 Jul 2024 13:17:06 -0500 Subject: [PATCH] Enhance OuiLink documentation (#1182) Signed-off-by: Willie Hung --- src-docs/src/views/link/link.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-docs/src/views/link/link.js b/src-docs/src/views/link/link.js index 7714ad8d69..e376d37b4d 100644 --- a/src-docs/src/views/link/link.js +++ b/src-docs/src/views/link/link.js @@ -11,7 +11,7 @@ import React from 'react'; -import { OuiCode, OuiLink, OuiText } from '../../../../src/components'; +import { OuiCode, OuiLink, OuiText, OuiIcon } from '../../../../src/components'; export default () => ( @@ -28,7 +28,9 @@ export default () => ( link {' '} - has the external prop set to true. + has the external prop set to true. A pop-out icon{' '} + will be automatically rendered to + indicate that it leads to an external resource.

This link is actually a {}}>button with