From 1fe3786a3d1d7f50c755d7a81baa2c5a28c5a823 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 18 Oct 2025 09:13:05 +0200 Subject: [PATCH] feat: update login title to be more personable Change 'Welcome to Boris' to 'Hi! I'm Boris.' for a friendlier, more welcoming first impression --- src/components/LoginOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LoginOptions.tsx b/src/components/LoginOptions.tsx index b53124c4..0f8b1988 100644 --- a/src/components/LoginOptions.tsx +++ b/src/components/LoginOptions.tsx @@ -76,7 +76,7 @@ const LoginOptions: React.FC = () => { return (
-

Welcome to Boris

+

Hi! I'm Boris.

Login to see your bookmarks, explore long-form articles, and create your own highlights.