chore: assistant -> companion
This commit is contained in:
parent
715bf6f3a8
commit
9ca2cecec6
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<p align="center">
|
||||
<img src="https://github.com/user-attachments/assets/e49b56a7-cc0f-45a3-98e0-8bbcbd02a47c" alt="COZY logo" /><br />
|
||||
Remove distractions. Save for later.<br />
|
||||
Cozy is your modern-day reading assistant.
|
||||
Cozy is your modern-day reading companion.
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/ayoayco/cozy">
|
||||
|
|
|
@ -39,9 +39,9 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
|
|||
) : (
|
||||
<meta property="og:title" content={appTitle} />
|
||||
<meta property="og:url" content={Astro.url.href} />
|
||||
<meta property="og:description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta name="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta itemprop="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
<meta property="og:description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading companion." />
|
||||
<meta name="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading companion." />
|
||||
<meta itemprop="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading companion." />
|
||||
)
|
||||
}
|
||||
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
|
|
Loading…
Reference in a new issue