removed FAQ link from header on landing

This commit is contained in:
2026-01-29 15:31:19 +00:00
parent 7605020e65
commit 9d44c2c658
3 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ import { Label } from "@/components/ui/label";
import { UploadAvatar } from "@/components/upload-avatar";
import { capitalise, cn, getServerURL, setCsrfToken } from "@/lib/utils";
export default function LogInForm() {
const { setUser, setEmailVerified } = useSession();

View File

@@ -58,12 +58,12 @@ export default function Landing() {
>
Pricing
</a> */}
<a
{/* <a
href="#faq"
className="hidden md:block text-sm font-500 hover:text-personality transition-colors"
>
FAQ
</a>
</a> */}
<div className="flex items-center gap-2">
<ThemeToggle />
{!isLoading && user ? (