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"

- + Watch Video
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')", } },