diff --git a/src/studio-header/StudioHeader.jsx b/src/studio-header/StudioHeader.jsx index c5ad4834..eadcd263 100644 --- a/src/studio-header/StudioHeader.jsx +++ b/src/studio-header/StudioHeader.jsx @@ -42,16 +42,18 @@ const StudioHeader = ({ const statusAlertMessage = config.STATUS_ALERT_MESSAGE; return ( -
+ <> {showStatusAlert && } - Skip to content - - - - - - -
+
+ Skip to content + + + + + + +
+ ); };