Rename to Scrabdle

pull/106/head
Mia Chen 2022-03-12 20:22:30 -05:00
rodzic 1e50fdfa0e
commit eda22fa9b6
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# Scrabble-dle
# Scrabdle
It's [Wordle](https://www.powerlanguage.co.uk/wordle/) but kind of like Scrabble!

Wyświetl plik

@ -1,5 +1,5 @@
{
"name": "scrabble-dle",
"name": "scrabdle",
"version": "0.1.0",
"private": false,
"dependencies": {

Wyświetl plik

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Scrabble-dle</title>
<title>Scrabdle</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

Wyświetl plik

@ -6,7 +6,7 @@ export function About() {
return (
<div className="App-about">
<p>
<i>scrabble-dle</i> is based on
<i>scrabdle</i> is based on
{/* // TODO write stuff */}
is a remake of the word game{" "}
<a href="https://www.powerlanguage.co.uk/wordle/">

Wyświetl plik

@ -68,7 +68,7 @@ function App() {
return (
<div className={"App-container" + (colorBlind ? " color-blind" : "")}>
<h1>Scrabble-dle</h1>
<h1>Scrabdle</h1>
<div className="top-right">
{page !== "game" ? (
link("❌", "Close", "game")