Merge pull request #102 from linkwarden/dev

eslint fix
This commit is contained in:
Daniel 2023-08-01 16:32:11 -04:00 committed by GitHub
commit 94a6212caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export default function EmailConfirmaion() {
<hr className="my-5" /> <hr className="my-5" />
<p className="text-sm text-gray-500 "> <p className="text-sm text-gray-500 ">
If you didn't recieve anything, go to the{" "} If you didn&apos;t recieve anything, go to the{" "}
<Link href="/forgot" className="font-bold"> <Link href="/forgot" className="font-bold">
Password Recovery Password Recovery
</Link>{" "} </Link>{" "}

View File

@ -49,7 +49,7 @@ export default function Forgot() {
afterwards. afterwards.
</p> </p>
<p className="text-sm text-gray-500"> <p className="text-sm text-gray-500">
You wont get logged in if you haven't created an account yet. You wont get logged in if you haven&apos;t created an account yet.
</p> </p>
</div> </div>
<div> <div>