From 2e096782a557a76f8585aaf75351d5ce99ddf36a Mon Sep 17 00:00:00 2001 From: Noah Rahm Date: Wed, 25 Sep 2024 20:34:36 -0500 Subject: [PATCH] Update website for Psalm 69 --- src/routes/+page.svelte | 6 +++--- tailwind.config.cjs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index aad360f..fe1afa4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -14,13 +14,13 @@

Latest Video

- Psalm 84 + Psalm 69

- "A day in Thy courts is better than a thousand" + "They hated me without a cause"

diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 267038b..0dcfbb6 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -19,7 +19,7 @@ const config = { }, backgroundImage: { 'birch-tree': "url('/images/birch-tree.jpg')", - 'featured-psalm': "url('/images/covers/psalm-84.jpg')", + 'featured-psalm': "url('/images/covers/psalm-69.jpg')", 'about': "url('/images/covers/psalm-49.jpg')", } },