From 9bed00c10ac72ab9347787fc35656ec874ef75a9 Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Tue, 8 Oct 2024 22:50:24 +0200 Subject: [PATCH] Refactor CoolHeaderText component --- src/components/cool-header-text.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/cool-header-text.tsx b/src/components/cool-header-text.tsx index d1ce88f..c178f02 100644 --- a/src/components/cool-header-text.tsx +++ b/src/components/cool-header-text.tsx @@ -18,6 +18,8 @@ const TextTitle = styled.h1` filter: hue-rotate(0deg); animation: ${hueShift} 10s infinite linear 1s; padding-bottom: 8px; + user-select: none; + cursor: default; `; export default function CoolHeaderText() { @@ -25,7 +27,7 @@ export default function CoolHeaderText() { <>
- Stay focused, browse faster with Zen 🚀 + Stay focused, browse faster with Zen