From 9a80307168b14ce915c65c7a350e439e0a4c2e06 Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Wed, 24 May 2023 15:38:14 -0500 Subject: [PATCH] formatting fix --- src/pages/index.astro | 148 +++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 75 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b0f0582..412cc4a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,83 +1,81 @@ --- -import Layout from '../layouts/Layout.astro' -import Card from '../components/Card.astro' +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; --- -
-

Welcome to Astro

-

- To get started, open the directory src/pages in your project.
- Code Challenge: Tweak the "Welcome to Astro" message - above. -

- -
+
+

Welcome to Astro

+

+ To get started, open the directory src/pages in your project.
+ Code Challenge: Tweak the "Welcome to Astro" message above. +

+ +