Skip to content

Commit 452cd25

Browse files
amanapechuckbutkus
authored andcommitted
chore(frontend): Migrate from NextUI to HeroUI via codemod (#6635)
1 parent df95142 commit 452cd25

23 files changed

+1348
-1393
lines changed

frontend/__tests__/components/landing-translations.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next";
44
import translations from "../../src/i18n/translation.json";
55
import { UserAvatar } from "../../src/components/features/sidebar/user-avatar";
66

7-
vi.mock("@nextui-org/react", () => ({
7+
vi.mock("@heroui/react", () => ({
88
Tooltip: ({ content, children }: { content: string; children: React.ReactNode }) => (
99
<div>
1010
{children}

0 commit comments

Comments
 (0)