aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/typing/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/typing/page.tsx')
-rw-r--r--src/app/typing/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/typing/page.tsx b/src/app/typing/page.tsx
index 3037c32..9e238e6 100644
--- a/src/app/typing/page.tsx
+++ b/src/app/typing/page.tsx
@@ -138,7 +138,7 @@ export default function TypingPage() {
<EmptyState>No results found.</EmptyState>
) : (
filtered.map((item) => (
- <Card key={item.code} href={`/game?code=${item.code}`}>
+ <Card key={item.code} href={`/game?code=${item.code}`} target="_blank" 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