From 0aec98306d8534e7e48c1bf050b17dfa7e0ac500 Mon Sep 17 00:00:00 2001 From: Denis Saripov <74184888+saripovdenis@users.noreply.github.com> Date: Mon, 20 May 2024 10:46:36 +0200 Subject: [PATCH] fix(Link): change href property type description (#1574) (#1593) Co-authored-by: Mr.Dr.Professor Patrick --- src/components/Link/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Link/README.md b/src/components/Link/README.md index c5ad002593..ea9f8017d2 100644 --- a/src/components/Link/README.md +++ b/src/components/Link/README.md @@ -171,7 +171,7 @@ LANDING_BLOCK--> | :--------- | :----------------------------------------- | :-------------------------------------------------------: | :--------: | | view | Link appearance | `"normal" \| "primary" \| "secondary"` | `"normal"` | | visitable | Display `:visitable` CSS state | `boolean \| undefined` | -| href | HTML `href` attribute | `string \| undefined` | +| href | HTML `href` attribute | `string` | | target | HTML `target` attribute | `string \| undefined` | | rel | HTML `rel` attribute | `string \| undefined` | | title | HTML `title` attribute | `string \| undefined` |