From f45311058bdb060aa11a9fc30b44ad8504e994a8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Feb 2026 12:00:28 +0100 Subject: [PATCH] ui: fix FullPage changeset to reference PluginHeader Signed-off-by: Patrik Oldsberg --- .changeset/afraid-rats-invent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/afraid-rats-invent.md b/.changeset/afraid-rats-invent.md index 0caa57d81c..babf0e9d7a 100644 --- a/.changeset/afraid-rats-invent.md +++ b/.changeset/afraid-rats-invent.md @@ -2,10 +2,10 @@ '@backstage/ui': patch --- -Added a new `FullPage` component that fills the remaining viewport height below the `Header`. +Added a new `FullPage` component that fills the remaining viewport height below the `PluginHeader`. ```tsx -
+ {/* content fills remaining height */}