Started working on release notes
This commit is contained in:
@@ -55,14 +55,14 @@ export default function Header() {
|
||||
className="!text-xl text-muted-foreground !font-medium"
|
||||
/>
|
||||
<div className="max-w-1/4 mt-10 flex items-center justify-center">
|
||||
<a href="/docs" className="mr-5">
|
||||
<a href="/release-notes" className="mr-5">
|
||||
<FadeText
|
||||
className="text-md font-medium text-black dark:text-white"
|
||||
direction="up"
|
||||
framerProps={{
|
||||
show: { transition: { delay: 0.2 } },
|
||||
}}
|
||||
text="Documentation"
|
||||
text="Release Notes"
|
||||
/>
|
||||
</a>
|
||||
<a href="/download">
|
||||
|
||||
@@ -89,7 +89,7 @@ export function Navigation() {
|
||||
</NavigationMenuContent>
|
||||
</NavigationMenuItem>
|
||||
<NavigationMenuItem>
|
||||
<Link href="/docs" legacyBehavior passHref>
|
||||
<Link href="#" legacyBehavior passHref className="opacity-70 cursor-not-allowed">
|
||||
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
|
||||
Documentation
|
||||
</NavigationMenuLink>
|
||||
|
||||
Reference in New Issue
Block a user