Skip to content

Commit 8b74e9f

Browse files
authored
Merge pull request #5 from scituinsk/slicing-design-app
fix: update import path for Button component to match naming convention
2 parents 57d2757 + 5c86e62 commit 8b74e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/landing-page/components/landing-page-header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link, useLocation } from "react-router";
33

44
import { cn } from "../../../utils/cn";
55

6-
import { Button } from "../../../components/ui/Button";
6+
import { Button } from "../../../components/ui/button";
77
import { AppLogo } from "../../../components/app-logo";
88
import { NAV_ITEMS } from "../../../constants/landing-page-config";
99

0 commit comments

Comments
 (0)