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

Commit

Permalink
feat(Services): added "Ideenkarte Klimakonzept"
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinriex committed Feb 27, 2024
1 parent 58845dc commit b47676c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/app/components/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
faTrash,
faUmbrellaBeach,
faUser,
faWarning
faWarning,
faSun
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import Col from "react-bootstrap/Col";
Expand Down Expand Up @@ -144,10 +145,10 @@ const LinkSammlung = [
icon: <FontAwesomeIcon icon={faUmbrellaBeach} />
},
{
name: "",
href: "",
desc: "",
icon: <></>
name: "Ideenkarte Klimakonzept",
href: "https://www.ideenkarte.de/ratingen/",
desc: "Hier können Sie Ihre Ideen zur Fortschreibung des Klimaschutz- und Klimaanpassungskonzept eingeben.",
icon: <FontAwesomeIcon icon={faSun} />
}
]
];
Expand Down

0 comments on commit b47676c

Please sign in to comment.