From e53d66cd594c71625601885b1f2856d6b4930270 Mon Sep 17 00:00:00 2001 From: apatil Date: Sat, 3 May 2025 13:45:02 +0000 Subject: [PATCH] update txt --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87ae851..9a1345f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ export default function Home() { return (

Welcome to the den

-

Here lives the geek bear who is hungry for binary honey. Ravaging through the internet dumpster finding the finest 0s and 1s. He looks for speed and performance

+

Here lives the geek bear who is hungry for bits and bytes. Ravaging through the internet dumpster finding the finest 0s and 1s. He looks for speed and performance

); }