Skip to content

Commit

Permalink
Keep old shield for about/organisation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Oct 25, 2024
1 parent abcf4d1 commit d7c282a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_components/paired/aboutushero/aboutushero.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports.aboutushero = (text, title, shieldText = null) => {
}
);

return `<section class="hero-wrapper outer-wrapper">
return `<section class="hero-wrapper outer-wrapper" data-shield="${shieldText}">
<div class="about-us-hero">
${heroShield}
<div class="about-us-hero-graphic">
Expand Down
2 changes: 1 addition & 1 deletion src/en/organisation/organisation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"layout": "page.liquid",
"useHero": "aboutushero",
"shield": "about"
"shield": null
}
2 changes: 1 addition & 1 deletion src/nl/vereniging/vereniging.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"layout": "page.liquid",
"useHero": "aboutushero",
"shield": "about"
"shield": null
}

0 comments on commit d7c282a

Please sign in to comment.