mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 05:54:53 +00:00
Update site name width
This commit is contained in:
@@ -185,7 +185,7 @@ const SiderMenu = React.memo(({ onSelect }: { onSelect?: (key: string) => void }
|
||||
<>
|
||||
<Link to="/" className="flex items-center gap-2 w-full px-4 font-semibold overflow-hidden">
|
||||
<img src="/logo.svg" className="w-[36px] h-[36px]" />
|
||||
<span className="w-[64px] h-[64px] leading-[64px] dark:text-white truncate">Certimate</span>
|
||||
<span className="w-[74px] h-[64px] leading-[64px] dark:text-white truncate">Certimate</span>
|
||||
</Link>
|
||||
<div className="flex-grow w-full overflow-x-hidden overflow-y-auto">
|
||||
<Menu
|
||||
|
Reference in New Issue
Block a user