aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--src/pages/LandingPage.tsx2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e1382d1..194f708 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,12 @@ The state of the daily game is kept locally and a signature is generated to prev
- Needs to be explictly enabled (set `ENABLE_DAILY_MUSIC_VIDEO` environment variable to `true`)
- This is relayed in the `/info` endpoint, daily generation script checks this to see if it should generate content for this game mode
+# Groups
+- Groups allow users to band together and track how many consecutive days they can guess the correct answer
+- Users can create/join a group on the home page, each user may only join 1 group
+- The streak counter only increments/stays alive if someone guesses the answer correctly
+- Internally, this is tracked in a SQLite DB
+
# Local Development
```bash
pnpm i
diff --git a/src/pages/LandingPage.tsx b/src/pages/LandingPage.tsx
index 7cf2cb7..8cdc56e 100644
--- a/src/pages/LandingPage.tsx
+++ b/src/pages/LandingPage.tsx
@@ -334,7 +334,7 @@ export function LandingPage() {
<Hero>
<Title>{appName}</Title>
<HeroImage>
- <img src="https://yena.pinapelz.com/kheardle/stress.png" alt="NMIXX Haewon Stress PNG" />
+ <img src="https://yena.pinapelz.com/kheardle/nmixx.webp" alt="NMIXX" />
</HeroImage>
<Subtitle>a kpop music guessing game</Subtitle>
</Hero>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage