Skip to content

Commit

Permalink
Namespace for image in default header
Browse files Browse the repository at this point in the history
  • Loading branch information
mannipje committed Sep 16, 2024
1 parent 68c4381 commit 8b7d082
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,10 @@ export const OrganizationHeader: React.FC<
return n('usingDefaultHeader', false) ? (
<DefaultHeader
{...defaultProps}
image="https://images.ctfassets.net/8k0h54kbe6bj/eXqcbclteE88H5iQ6J3lo/bbc1d0c9d3abee93d34ec0aa718c833b/Group__1_.svg"
image={n(
'icelandicNaturalDisasterInsuranceHeaderImage',
'https://images.ctfassets.net/8k0h54kbe6bj/eXqcbclteE88H5iQ6J3lo/bbc1d0c9d3abee93d34ec0aa718c833b/Group__1_.svg',
)}
/>
) : (
<IcelandicNaturalDisasterInsuranceHeader
Expand Down

0 comments on commit 8b7d082

Please sign in to comment.