From 239c8e6acd96a5ab51b9805252939c6775c0c4ab Mon Sep 17 00:00:00 2001 From: charbelrami Date: Thu, 22 Feb 2024 12:41:35 -0300 Subject: [PATCH] make "Link type:" bold --- component-catalog/src/Examples/Button.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component-catalog/src/Examples/Button.elm b/component-catalog/src/Examples/Button.elm index 843468ad..4d2ca489 100644 --- a/component-catalog/src/Examples/Button.elm +++ b/component-catalog/src/Examples/Button.elm @@ -86,7 +86,8 @@ example = [ li [] [ Text.smallBody [ Text.html - [ text "Link type: When the button takes the user to a URL, whether this results in a new page load or whether the URL is a SPA route. (This allows users to do things like copy the URL, open the link in a new tab, etc. Please use the " + [ strong [] [ text "Link type:" ] + , text " When the button takes the user to a URL, whether this results in a new page load or whether the URL is a SPA route. (This allows users to do things like copy the URL, open the link in a new tab, etc. Please use the " , ClickableText.link "Assistive technology notification design & development guide" [ ClickableText.linkExternal "https://noredinkaccessibility.screenstepslive.com/a/1651037-assistive-technology-notification-design-development-guide" , ClickableText.appearsInline