Skip to content

Commit a094360

Browse files
committed
move: to landing folder - layouts
1 parent c9e3d97 commit a094360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/layout/marketing-footer.tsx renamed to frontend/src/components/layout/landing-page/marketing-footer.tsx

File renamed without changes.

frontend/src/components/layout/marketing-navbar.tsx renamed to frontend/src/components/layout/landing-page/marketing-navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { cn } from "@/lib/utils";
77
import { Menu, X } from "lucide-react";
88
import Link from "next/link";
99
import React from "react";
10-
import { Separator } from "../ui/separator";
10+
import { Separator } from "../../ui/separator";
1111

1212
const menuItems = [
1313
{ name: "Features", href: "#features", external: false },
@@ -66,7 +66,7 @@ export default function MarketingNavbar() {
6666

6767
<div className="flex items-center gap-2">
6868
<Button asChild variant="outline" size="sm" className={cn(isScrolled && "lg:hidden")}>
69-
<Link href="#">
69+
<Link href="/dashboard">
7070
<span>Login</span>
7171
</Link>
7272
</Button>

0 commit comments

Comments
 (0)