fix: removed more unnecessary whitespace

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-08-28 00:56:15 +05:30
committed by Mythie
parent 9c763e864b
commit c098c58b2e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export const DesktopNav = ({ className, ...props }: DesktopNavProps) => {
{/* <Link
href="/documents"
className={cn(
'text-muted-foreground focus-visible:ring-ring ring-offset-background rounded-md font-medium leading-5 hover:opacity-80 focus-visible:outline-none focus-visible:ring-2 ',
'text-muted-foreground focus-visible:ring-ring ring-offset-background rounded-md font-medium leading-5 hover:opacity-80 focus-visible:outline-none focus-visible:ring-2',
{
'text-foreground': pathname?.startsWith('/documents'),
},