From b6f7c46c77d0ecb4863e8813c87eb66708944884 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Thu, 9 Feb 2023 13:32:50 -0600 Subject: [PATCH] Fixed typo in changeset Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .changeset/stale-houses-push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/stale-houses-push.md b/.changeset/stale-houses-push.md index 53296f3efe..ef2213ed7b 100644 --- a/.changeset/stale-houses-push.md +++ b/.changeset/stale-houses-push.md @@ -2,4 +2,4 @@ '@backstage/plugin-org': patch --- -Updated `LinksGroup` to use `Link` over `ListItem` as this makes the links more obvious and follows the pattern already used in the `GroupProfileCard`. Also updated the `GroupProfileCard` `ExtraDetails` story in Storybook to enable the `showLinks` feature whith this off there is no difference between it and the `default` story. +Updated `LinksGroup` to use `Link` over `ListItem` as this makes the links more obvious and follows the pattern already used in the `GroupProfileCard`. Also updated the `GroupProfileCard` `ExtraDetails` story in Storybook to enable the `showLinks` feature with this off there is no difference between it and the `default` story.