fix: model quota format (#1909)

This commit is contained in:
zxhlyh
2024-01-04 14:51:26 +08:00
committed by GitHub
parent 891218615e
commit 66cdf577f5
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import useBreakpoints, { MediaType } from '@/hooks/use-breakpoints'
import { useProviderContext } from '@/context/provider-context'
const navClassName = `
flex items-center relative mr-0 sm:mr-3 px-3 h-9 rounded-xl
flex items-center relative mr-0 sm:mr-3 px-3 h-8 rounded-xl
font-medium text-sm
cursor-pointer
`