diff --git a/.changeset/calm-turtles-smoke.md b/.changeset/calm-turtles-smoke.md index 4d56aca854..be271e28ad 100644 --- a/.changeset/calm-turtles-smoke.md +++ b/.changeset/calm-turtles-smoke.md @@ -2,6 +2,6 @@ '@backstage/core': patch --- -Removed InfoCard variant "height100", originally deprecated in [#2826](https://github.com/backstage/backstage/pull/2826). +Removed `InfoCard` variant `height100`, originally deprecated in [#2826](https://github.com/backstage/backstage/pull/2826). -If your component still relies on this variant, simply replace it with "gridItem". +If your component still relies on this variant, simply replace it with `gridItem`.