From 90506ca894cf5f403ca6438698383fc5a87c6877 Mon Sep 17 00:00:00 2001 From: Lucas Santana Date: Fri, 24 Jan 2025 10:10:41 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corrigindo=20UI=20de=20letras=20mai?= =?UTF-8?q?=C3=BAsculas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/text-case-toggle.tsx | 4 ++-- src/pages/student-dashboard/StoryPage.tsx | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/ui/text-case-toggle.tsx b/src/components/ui/text-case-toggle.tsx index 20ce768..13dc664 100644 --- a/src/components/ui/text-case-toggle.tsx +++ b/src/components/ui/text-case-toggle.tsx @@ -26,11 +26,11 @@ export function TextCaseToggle({ 'disabled:opacity-50 disabled:cursor-not-allowed', className )} - title={isUpperCase ? 'Mudar para minúsculas' : 'Mudar para maiúsculas'} + title={isUpperCase ? 'Mudar para minúsculas' : 'MUDAR PARA MAIÚSCULAS'} > - {isUpperCase ? 'Aa' : 'AA'} + {isUpperCase ? 'Aa: Ativar Minúsculas' : 'AA: ATIVAR MAIÚSCULAS'} {isLoading && ( diff --git a/src/pages/student-dashboard/StoryPage.tsx b/src/pages/student-dashboard/StoryPage.tsx index 669dd86..40fdefa 100644 --- a/src/pages/student-dashboard/StoryPage.tsx +++ b/src/pages/student-dashboard/StoryPage.tsx @@ -643,13 +643,15 @@ export function StoryPage() { Compartilhar - + + */}