mirror of
https://github.com/devangthakkar/wordle_archive
synced 2026-01-16 17:04:23 -05:00
update title
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "word-master",
|
||||
"name": "wordle-archive",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "https://www.devangthakkar.com/wordle_archive",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user