From a0a1e8860e9b250fda72f1188c968d744dc54161 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 19 Jan 2021 13:30:57 -0500 Subject: [PATCH] Add codefences to changeset --- .changeset/calm-turtles-smoke.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.