From fc2e1e841f9fc7528bdde2bb2e545ff3a3c61ea8 Mon Sep 17 00:00:00 2001 From: szbk Date: Tue, 11 Nov 2025 22:31:45 +0300 Subject: [PATCH] =?UTF-8?q?Login=20butonu=20d=C3=BCzeltildi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 7e8d1d4..941a9c5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -78,7 +78,7 @@ const App = () => { fontWeight: 600, fontSize: '0.95rem', cursor: 'pointer', - textTransform: 'uppercase', + textTransform: 'none', letterSpacing: 0.5, transition: 'color 0.2s ease', '&:hover': { color: '#d7b16a' },