From 475b4f91c1db95c8193417d50d12ccec8fddc5b9 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Tue, 11 Mar 2025 12:01:10 +0100 Subject: [PATCH] feature: add parishes --- src/components/Flex/Row.tsx | 5 +++-- src/compositions/Footer/Footer.tsx | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/Flex/Row.tsx b/src/components/Flex/Row.tsx index 31f8240..63be919 100644 --- a/src/components/Flex/Row.tsx +++ b/src/components/Flex/Row.tsx @@ -2,12 +2,13 @@ import styles from "./styles.module.scss" type RowProps = { children: React.ReactNode + gap?: number, alignItems?: "center" } -export const Row = ({ children, alignItems }: RowProps) => { +export const Row = ({ children, alignItems, gap }: RowProps) => { return ( -
+
{children}
) diff --git a/src/compositions/Footer/Footer.tsx b/src/compositions/Footer/Footer.tsx index f5bc3df..01eeb91 100644 --- a/src/compositions/Footer/Footer.tsx +++ b/src/compositions/Footer/Footer.tsx @@ -13,8 +13,9 @@ export const Footer = () => {
- + +
{ - + + +

Gemeinden

+
    +
  • St. Christophorus
  • +
  • St. Clara
  • +
  • St. Richard
  • +
+

Navigation @@ -32,6 +41,7 @@ export const Footer = () => {

  • Kontakt
  • Gottesdienste
  • +
  • Veranstaltungen
  • Datenschutz
  • Schutzkonzept
  • Impressum