From 95ece2337df1eae2a16638be2170f0f01d005d64 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Sun, 7 Jan 2024 15:05:35 -0800 Subject: [PATCH] update to hack for impact --- README.md | 4 ++-- package.json | 2 +- src/components/Hero.astro | 2 +- src/layouts/Layout.astro | 5 ++++- src/pages/index.astro | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 224a7fd..9eec009 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Hack the Bay Website +# Hack for Impact Website -A website made for the Hack the Bay collegiate hackathon. +A website made for the 2024 Hack for Impact collegiate hackathon. ### Installation diff --git a/package.json b/package.json index 506686e..bf19673 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hack-the-bay", + "name": "hack-for-impact", "type": "module", "version": "0.0.1", "private": true, diff --git a/src/components/Hero.astro b/src/components/Hero.astro index b862668..579ec10 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,7 +2,7 @@

Cal Hacks x Blueprint

-

Hack the Bay

+

Hack for Impact

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c7e2164..4cf7687 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,7 +12,10 @@ const { title } = Astro.props; - + diff --git a/src/pages/index.astro b/src/pages/index.astro index bcbf362..76b0a94 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,7 @@ import Contact from '../components/Contact.astro'; import Footer from '../components/Footer.astro'; --- - +