docs: update and fix UI props docs (#10754)
This commit is contained in:
@@ -37,7 +37,11 @@ export const MainNavVersion = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Link href={version.releaseUrl} target="_blank">
|
||||
<Link
|
||||
href={version.releaseUrl}
|
||||
target="_blank"
|
||||
className={clsx(version.hide && "hidden")}
|
||||
>
|
||||
<Tooltip html="View the release notes<br/>on GitHub">
|
||||
<span
|
||||
className="relative text-compact-small-plus"
|
||||
@@ -56,7 +60,9 @@ export const MainNavVersion = () => {
|
||||
</span>
|
||||
</Tooltip>
|
||||
</Link>
|
||||
<span className="text-compact-small">·</span>
|
||||
<span className={clsx("text-compact-small", version.hide && "hidden")}>
|
||||
·
|
||||
</span>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user