1. Minor UI fixes

2. Updated packages
This commit is contained in:
gbuomprisco
2025-02-14 11:10:20 +07:00
parent 9a6543e0a7
commit a4cb758ffa
9 changed files with 225 additions and 211 deletions

View File

@@ -35,7 +35,7 @@ export function HomeSidebar(props: HomeSidebarProps) {
fallback={
<AppLogo
className={cn(
'py-2 group-data-[minimized=true]:max-w-full group-data-[minimized=true]:py-0',
'p-2 group-data-[minimized=true]:max-w-full group-data-[minimized=true]:py-0',
)}
/>
}

View File

@@ -87,7 +87,7 @@
"babel-plugin-react-compiler": "beta",
"dotenv-cli": "^8.0.0",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"supabase": "^2.12.1",
"tailwindcss": "4.0.6",
"tailwindcss-animate": "^1.0.7",