Skip to content

Commit

Permalink
Merge pull request #172 from grundeinkommensbuero/joyponader-patch-an…
Browse files Browse the repository at this point in the history
…chor-statt-id

Update index.tsx
  • Loading branch information
joyponader authored Sep 13, 2024
2 parents 328cf8b + 1c516fb commit 4e1e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const Section = ({
>
<>
{/* Custom conditional rendering for umap iframe */}
{section.id === 198 && (
{section.anchor === "hh-karte" && (
<div className={s.customIframeContainer}>
<iframe
src="https://u.osmfr.org/m/1112227/"
Expand Down

0 comments on commit 4e1e1cc

Please sign in to comment.