Switch to gitbook support page

This commit is contained in:
Luke Vella 2022-04-29 14:06:43 +01:00
parent 33512acf77
commit 1d7bcddf1b
6 changed files with 48 additions and 223 deletions

View file

@ -47,19 +47,12 @@ const Menu: React.VoidFunctionComponent<{ className: string }> = ({
Blog
</a>
</Link>
<Link href="/support">
<a
className={clsx(
"text-gray-400 transition-colors hover:text-indigo-500 hover:no-underline hover:underline-offset-2",
{
"pointer-events-none font-bold text-gray-600":
pathname === "/support",
},
)}
>
Support
</a>
</Link>
<a
href="https://support.rallly.co"
className="text-gray-400 transition-colors hover:text-indigo-500 hover:no-underline hover:underline-offset-2"
>
Support
</a>
<Link href="https://github.com/lukevella/rallly">
<a className="text-gray-400 transition-colors hover:text-indigo-500 hover:no-underline hover:underline-offset-2">
<Github className="w-6" />