From 498acb77f2f7c44c1c98beed9147fb8e2eb966f7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 2 Aug 2023 18:37:53 +0100 Subject: Applies Prettier --- frontend/src/components/Footer.astro | 3 +- frontend/src/layouts/Layout.astro | 34 ++++++------- frontend/src/pages/index.astro | 92 ++++++++++++++++++------------------ 3 files changed, 64 insertions(+), 65 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/Footer.astro b/frontend/src/components/Footer.astro index 9f8b9b7..6ad0052 100644 --- a/frontend/src/components/Footer.astro +++ b/frontend/src/components/Footer.astro @@ -1,8 +1,9 @@ --- + --- \ No newline at end of file + diff --git a/frontend/src/layouts/Layout.astro b/frontend/src/layouts/Layout.astro index 047538c..1a47613 100644 --- a/frontend/src/layouts/Layout.astro +++ b/frontend/src/layouts/Layout.astro @@ -1,8 +1,8 @@ --- import Footer from '../components/Footer.astro'; - + interface Props { - title: string; + title: string; } const { title } = Astro.props; @@ -10,18 +10,18 @@ const { title } = Astro.props; - - - - - - - - - {title} | Scots Leid Associe - - - -