Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Apr 8, 2024
1 parent c5715a1 commit 55d3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/layout/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Head: React.FC = () => {
lang: currentLanguage,
}}
bodyAttributes={{
class: "zutphen-theme",
class: window.sessionStorage.getItem("NL_DESIGN_THEME_CLASSNAME"),
}}
>
<meta
Expand Down

0 comments on commit 55d3e04

Please sign in to comment.