mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
bug
This commit is contained in:
@ -196,7 +196,6 @@ export default function TopNavigation() {
|
|||||||
<Link
|
<Link
|
||||||
key={item.name}
|
key={item.name}
|
||||||
href={item.href}
|
href={item.href}
|
||||||
as="a"
|
|
||||||
className={classNames(
|
className={classNames(
|
||||||
item.current
|
item.current
|
||||||
? "bg-teal-50 border-teal-500 text-teal-700"
|
? "bg-teal-50 border-teal-500 text-teal-700"
|
||||||
|
|||||||
Reference in New Issue
Block a user