mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 14:38:57 +02:00
Switch to gitbook support page
This commit is contained in:
parent
33512acf77
commit
1d7bcddf1b
6 changed files with 48 additions and 223 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue