update title

This commit is contained in:
devang
2022-01-09 15:00:48 -05:00
parent acfff8217c
commit aa3d7aaeee
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "word-master",
"name": "wordle-archive",
"version": "0.1.0",
"private": true,
"homepage": "https://www.devangthakkar.com/wordle_archive",

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Word Master word game" />
<title>Word Master</title>
<meta name="description" content="An Archive for Wordle" />
<title>Wordle Archive</title>
<!-- Favicon icons -->
<link
rel="apple-touch-icon"

View File

@@ -19,6 +19,9 @@ export const InfoModal = ({ isOpen, handleClose, darkMode, styles }) => (
<ul className="list-disc pl-5 block sm:text-base text-sm">
<li className="mt-6 mb-2">This is an archive for <a href="https://www.powerlanguage.co.uk/wordle/">Wordle</a> by <a href="https://twitter.com/powerlanguish">Josh Wardle</a> built on <a href="https://twitter.com/katherinecodes">Katherine Peterson</a>'s <a href="https://octokatherine.github.io/word-master">WordMaster</a></li>
</ul>
<ul className="list-disc pl-5 block sm:text-base text-sm">
<li className="mt-6 mb-2">Made with love by <a href="https://www.twitter.com/devangvang">Devang Thakkar</a>.</li>
</ul>
<h1 className="text-center sm:text-3xl text-2xl">How to play?</h1>
<ul className="list-disc pl-5 block sm:text-base text-sm">
<li className="mt-6 mb-2">You have 6 guesses to guess the correct word.</li>