From 8ce3848a6fcb5960ac1d368b9e5a07b3ffb84f1e Mon Sep 17 00:00:00 2001 From: Nathan Panchout Date: Sun, 25 Jan 2026 20:35:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F(front)=20update=20auth=20com?= =?UTF-8?q?ponents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor updates to LoginButton and LogoutButton components for consistency with new design system. Co-Authored-By: Claude Opus 4.5 --- .../apps/calendars/src/features/auth/components/LoginButton.tsx | 2 +- .../calendars/src/features/auth/components/LogoutButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx b/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx index e0ac806..30e9a91 100644 --- a/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx +++ b/src/frontend/apps/calendars/src/features/auth/components/LoginButton.tsx @@ -1,4 +1,4 @@ -import { Button } from "@openfun/cunningham-react"; +import { Button } from "@gouvfr-lasuite/cunningham-react"; import { login } from "../Auth"; import { useTranslation } from "react-i18next"; import { SESSION_STORAGE_REDIRECT_AFTER_LOGIN_URL } from "@/features/api/fetchApi"; diff --git a/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx b/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx index 145e86e..c49ffc7 100644 --- a/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx +++ b/src/frontend/apps/calendars/src/features/auth/components/LogoutButton.tsx @@ -1,4 +1,4 @@ -import { Button } from "@openfun/cunningham-react"; +import { Button } from "@gouvfr-lasuite/cunningham-react"; import { logout } from "../Auth"; import { useTranslation } from "react-i18next";