escaped apostroph's
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-03-09 18:03:11 -05:00
parent b723a0cde0
commit 3b02b0b5db
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ export default function Custom404() {
<div className={styles.text}>
<Title>Error 404</Title>
<h2>Error 404</h2>
<h1>We couldn't find the page you're looking for!</h1>
<h1>We couldn&apos;t find the page you&apos;re looking for!</h1>
<p>
We're working on it, but in the meantime,
We&apos;re working on it, but in the meantime,
<Link href="/"> click here to go back to the main page.</Link>
</p>
</div>