Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #88 from kevinriex/dev
Browse files Browse the repository at this point in the history
feat(Services): Add "Lärmaktionsplanung"
  • Loading branch information
kdev authored Feb 29, 2024
2 parents f304391 + 428b01f commit efc088c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/app/components/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import {
faUmbrellaBeach,
faUser,
faWarning,
faSun
faSun,
faBullhorn,
faVolumeHigh
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import Col from "react-bootstrap/Col";
Expand Down Expand Up @@ -150,6 +152,26 @@ const LinkSammlung = [
desc: "Hier können Sie Ihre Ideen zur Fortschreibung des Klimaschutz- und Klimaanpassungskonzept eingeben.",
icon: <FontAwesomeIcon icon={faSun} />
}
],
[
{
name: "",
href: "",
desc: "",
icon: ""
},
{
name: "Lärmaktionsplanung",
href: "https://beteiligung.nrw.de/portal/ratingen/startseite",
desc: "Vom 4. März bis 7. April können Sie hier Eingaben im Rahmen der Öffentlichkeitsbeteiligung machen.",
icon: <FontAwesomeIcon icon={faVolumeHigh} />
},
{
name: "",
href: "",
desc: "",
icon: ""
},
]
];

Expand Down

0 comments on commit efc088c

Please sign in to comment.