From d0a627b03bf5bc347f6aee5380832e89d40ee48d Mon Sep 17 00:00:00 2001 From: parchinski Date: Wed, 30 Oct 2024 20:55:24 -0400 Subject: [PATCH] :sparkles: added japanese chars to matrix --- app/components/ui/hacker-bg.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ui/hacker-bg.tsx b/app/components/ui/hacker-bg.tsx index 370e9d2..a0fec30 100644 --- a/app/components/ui/hacker-bg.tsx +++ b/app/components/ui/hacker-bg.tsx @@ -37,7 +37,7 @@ const HackerBackground: React.FC = ({ let drops: number[] = new Array(columns).fill(1); const chars = - 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#$%^&*()_+'; + 'アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヲン0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz@#$%^&*()'; let lastTime = 0; const interval = 33; // ~30 fps