Skip to content

Commit

Permalink
Remove MotionButton component from NavBar imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bombies committed Oct 23, 2023
1 parent 347af45 commit e99d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(site)/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "@nextui-org/react";
import Link from "next/link";
import {usePathname} from "next/navigation";
import Button, {MotionButton} from "@/app/(site)/components/Button";
import Button from "@/app/(site)/components/Button";
import clsx from "clsx";
import CloudIcon from "@/app/(site)/components/icons/CloudIcon";

Expand Down

0 comments on commit e99d72e

Please sign in to comment.