Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Feb 29, 2024
1 parent cafc22c commit f7da3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/templates/templateParts/header/HeaderTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const HeaderTemplate: React.FC<HeaderTemplateProps> = ({ layoutClassName
ariaLabel={{ container: t("Jumbotron"), card: t("Jumbotron card") }}
role="contentinfo"
isCard={window.sessionStorage.getItem("JUMBOTRON_ISCARD") === "true"}
container={window.sessionStorage.getItem("JUMBOTRON_CONTAINER") === "true"}
container={true}
subTitle={window.sessionStorage.getItem("JUMBOTRON_SUBTITLE") ?? ""}
description={
window.sessionStorage.getItem("JUMBOTRON_DESCRIPTION") ||
Expand Down

0 comments on commit f7da3b7

Please sign in to comment.