diff --git a/README.md b/README.md index 9e2585d..9800f1d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

COZY logo
Remove distractions. Save for later.
- Cozy is your modern-day reading assistant. + Cozy is your modern-day reading companion.

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 93eaecf..58cb9ef 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -39,9 +39,9 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy'; ) : ( - - - + + + ) }