Skip to content

Commit

Permalink
bump words of fridge
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerc99 committed Sep 25, 2024
1 parent bb76f38 commit 54c915c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions website/fridge.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
<body>
<div class="board">
<div class="boardTitle">
Welcome to the internet's fridge wall. We keep losing words due to load.
Sorry for the disturbances! We're working on keeping all words on the
fridge. Have fun playing!
Welcome to the internet's fridge wall. 🤞 load issues have been solved.
Have fun playing and be nice!
</div>
</div>
<div id="app">
Expand Down
6 changes: 4 additions & 2 deletions website/fridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Words = [
"moon",
];

const MaxWords = 300;
const MaxWords = 400;
const MaxWordLength = 40;

const WordControls = withPlay()(
Expand Down Expand Up @@ -291,7 +291,9 @@ const WordControls = withPlay()(
>
The fridge is at its limit.
<br />
Remove some to add more!
Remove some words to add more or
<br />
try changing to a different wall!
</div>
) : undefined}
<div
Expand Down

0 comments on commit 54c915c

Please sign in to comment.