From 872a578e0d870f55216ab8740a96dfcae091e45e Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Thu, 19 Jan 2023 04:19:21 +0100 Subject: [PATCH] Added missing space in example (#2366) --- docs/content/components/links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/components/links.md b/docs/content/components/links.md index 1530acf2..d6eaa59d 100644 --- a/docs/content/components/links.md +++ b/docs/content/components/links.md @@ -10,7 +10,7 @@ bundle: links By default `` elements already use the right link color and apply an underline on hover. So in most cases the `.Link` class is not really needed. ```html live -Some text with a link +Some text with a link Some text with a link ```