aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-22 18:04:17 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-22 18:33:45 -0700
commit78a7a2869386d54f7aee56817fa254784ba39e3b (patch)
tree0d80598194917117495d86b2f21c97b787039aa6 /src/app
parent9447e5ee302abc04b69629ac064b1e7c198214b8 (diff)
redirect to game on same page
Diffstat (limited to 'src/app')
-rw-r--r--src/app/(main)/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx
index e20438f..45af528 100644
--- a/src/app/(main)/page.tsx
+++ b/src/app/(main)/page.tsx
@@ -113,7 +113,7 @@ export default function TypingPage() {
<EmptyState>No results found.</EmptyState>
) : (
filtered.map((item) => (
- <Card key={item.id} href={`/game/${item.id}`} target="_blank" rel="noopener noreferrer">
+ <Card key={item.id} href={`/game/${item.id}`} rel="noopener noreferrer">
<ThumbnailWrapper>
{item.thumbnail ? (
<Thumbnail src={item.thumbnail} alt={item.title} />
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage