aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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