From 3896f894ac995f54da5ee5409a9092e086b2dffd Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 8 Jul 2023 15:09:49 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(constants.tsx):=20correct=20?= =?UTF-8?q?typo=20in=20constant=20name=20from=20HIGHLIGH=5FCSS=20to=20HIGH?= =?UTF-8?q?LIGHT=5FCSS=20for=20consistency=20and=20clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/constants.tsx b/src/frontend/src/constants.tsx index bb54427f9..e6c1dcd1f 100644 --- a/src/frontend/src/constants.tsx +++ b/src/frontend/src/constants.tsx @@ -550,5 +550,5 @@ export const USER_PROJECTS_HEADER = "My Collection"; * @constant * */ -export const HIGHLIGH_CSS = +export const HIGHLIGHT_CSS = "block pl-3 pr-14 py-2 w-full h-full text-sm outline-0 border-0 break-all overflow-y-hidden max-w-[75vw]";