From 64789983c43e1093bfa8bbf5517e75a432ab0e50 Mon Sep 17 00:00:00 2001 From: Scott Bailey Date: Sun, 17 May 2026 15:17:49 -0400 Subject: [PATCH 1/2] Add line break before novel title in MiradorLink card Co-Authored-By: Claude Sonnet 4.6 --- src/components/MiradorLink.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MiradorLink.astro b/src/components/MiradorLink.astro index 5cebb61..0b64153 100644 --- a/src/components/MiradorLink.astro +++ b/src/components/MiradorLink.astro @@ -16,7 +16,7 @@ const { link, title, img } = Astro.props;

- Explore Dickens's Working Notes for {title} and + Explore Dickens's Working Notes for
{title} and read our Editorial Annotations in Mirador.

From c6d56c3076c49085f9a14cef3cad5ab844252a97 Mon Sep 17 00:00:00 2001 From: Scott Bailey Date: Sun, 17 May 2026 15:26:27 -0400 Subject: [PATCH 2/2] Also add line break after novel title to isolate it on its own line Co-Authored-By: Claude Sonnet 4.6 --- src/components/MiradorLink.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MiradorLink.astro b/src/components/MiradorLink.astro index 0b64153..633dd9c 100644 --- a/src/components/MiradorLink.astro +++ b/src/components/MiradorLink.astro @@ -16,7 +16,7 @@ const { link, title, img } = Astro.props;

- Explore Dickens's Working Notes for
{title} and + Explore Dickens's Working Notes for
{title}
and read our Editorial Annotations in Mirador.