From ca7f46667d8a33755b2f77a0caf02191f283b354 Mon Sep 17 00:00:00 2001 From: Lynn Date: Tue, 18 Jan 2022 17:09:12 +0100 Subject: [PATCH] Aaaaaa --- README.md | 2 +- package.json | 2 +- src/Game.tsx | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b211fb0..c670738 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # hello wordl It's [Wordle](https://www.powerlanguage.co.uk/wordle/) but you can play forever! -Play it [here](http://foldr.moe/hello-wordl/). +Play it [here](https://foldr.moe/hello-wordl/). ## Introduction Wordle is a word game similar to the TV show [Lingo](https://en.wikipedia.org/wiki/Lingo_(British_game_show)). diff --git a/package.json b/package.json index 0b3a0e0..783f5c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wordl", "version": "0.1.0", - "homepage": "https://lynn.github.io/hello-wordl", + "homepage": "http://hellowordl.net/", "private": false, "dependencies": { "@testing-library/jest-dom": "^5.16.1", diff --git a/src/Game.tsx b/src/Game.tsx index 6c7c243..67e020f 100644 --- a/src/Game.tsx +++ b/src/Game.tsx @@ -234,8 +234,19 @@ function Game(props: GameProps) {