add missing lit styling to disclosure panel
This commit is contained in:
parent
ecb4415e9d
commit
364cc2d902
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const Header: React.FC<HeaderProps> = () => {
|
|||
key={app.name}
|
||||
to={app.internalUrl}
|
||||
className={clsx(
|
||||
'border-transparent text-gray-500 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 litbutton text-base font-medium',
|
||||
'border-transparent litbutton block pl-3 pr-4 py-2 border-l-4 litbutton text-base font-medium',
|
||||
{
|
||||
'litbutton-active border-primary-400 block pl-3 pr-4 py-2': pathname.includes(app.internalUrl),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue