2 Commits

Author SHA1 Message Date
b88febfc64 Add full name to titles
All checks were successful
Build Production Image / Build Production Image (push) Successful in 54s
2024-04-21 08:19:57 -07:00
a60cba2762 Move type deps back into runtime since it doesn't work without them
All checks were successful
Build Production Image / Build Production Image (push) Successful in 54s
2024-04-20 18:01:47 -07:00
4 changed files with 8 additions and 8 deletions

View File

@@ -20,6 +20,10 @@
"@stripe/stripe-js": "2.2.1", "@stripe/stripe-js": "2.2.1",
"@tailwindcss/forms": "0.5.7", "@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "^0.5.4", "@tailwindcss/typography": "^0.5.4",
"@types/ical": "^0.8.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/webpack-env": "^1.18.1",
"autoprefixer": "^10.4.12", "autoprefixer": "^10.4.12",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1", "clsx": "^1.2.1",
@@ -39,14 +43,10 @@
"typescript": "5.1.6" "typescript": "5.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/ical": "^0.8.3",
"@types/node": "20.4.7", "@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/webpack-env": "^1.18.1",
"eslint": "8.45.0", "eslint": "8.45.0",
"eslint-config-next": "13.4.16", "eslint-config-next": "13.4.16",
"prettier": "^3.0.1", "prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2" "prettier-plugin-tailwindcss": "^0.5.2"
} }
} }

View File

@@ -110,7 +110,7 @@ export default async function Calendar() {
<Container className="mt-16 sm:mt-32"> <Container className="mt-16 sm:mt-32">
<header className="max-w-2xl"> <header className="max-w-2xl">
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 sm:text-5xl"> <h1 className="text-4xl font-bold tracking-tight text-zinc-800 sm:text-5xl">
Hall Calendar West Sound Hall Calendar
</h1> </h1>
</header> </header>
<CalendarComponent calendar={calendar} /> <CalendarComponent calendar={calendar} />

View File

@@ -79,7 +79,7 @@ function DateListItem({
} }
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'History', title: 'West Sound Hall History',
description: description:
'The history of the West Sound Community Hall on Orcas Island.', 'The history of the West Sound Community Hall on Orcas Island.',
} }

View File

@@ -55,7 +55,7 @@ export default function Rental() {
</div> </div>
<div className="lg:order-first lg:row-span-2"> <div className="lg:order-first lg:row-span-2">
<h1 className="text-4xl font-bold tracking-tight text-zinc-800 sm:text-5xl"> <h1 className="text-4xl font-bold tracking-tight text-zinc-800 sm:text-5xl">
Hall Rental West Sound Hall Rental
</h1> </h1>
<div className="mt-6 space-y-7 text-base text-zinc-600"> <div className="mt-6 space-y-7 text-base text-zinc-600">
<p> <p>