From 300bd69138a48e25fb221b688a5c405365e1e571 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:45:06 -0600 Subject: [PATCH] Fixed changeset typo Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .changeset/late-rice-crash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/late-rice-crash.md b/.changeset/late-rice-crash.md index dd7ec33595..b692310c01 100644 --- a/.changeset/late-rice-crash.md +++ b/.changeset/late-rice-crash.md @@ -2,4 +2,4 @@ '@backstage/plugin-home': patch --- -Fixed regresstion that caused the `WelcomeTitle` to not be the right size when passed to the `title` property of the `
` component +Fixed regression that caused the `WelcomeTitle` to not be the right size when passed to the `title` property of the `
` component. A Storybook entry was also added for the `WelcomeTitle`