From 51d3b1ec1a3aa249a5cf561b00477682bb91ea1e Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Sat, 6 Dec 2025 14:15:59 +0800 Subject: [PATCH] =?UTF-8?q?style:1.=E5=8F=AA=E5=9C=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B1=95=E7=A4=BA=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 2 -- frontend/src/pages/ProjectList.tsx | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 40f0af6..59741ec 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -23,7 +23,6 @@ import Login from './pages/Login'; import AuthCallback from './pages/AuthCallback'; import ProtectedRoute from './components/ProtectedRoute'; import AppFooter from './components/AppFooter'; -import ChangelogFloatingButton from './components/ChangelogFloatingButton'; import './App.css'; function App() { @@ -61,7 +60,6 @@ function App() { {/* } /> */} - ); diff --git a/frontend/src/pages/ProjectList.tsx b/frontend/src/pages/ProjectList.tsx index 05d99ec..ce1b1c6 100644 --- a/frontend/src/pages/ProjectList.tsx +++ b/frontend/src/pages/ProjectList.tsx @@ -8,6 +8,7 @@ import { useProjectSync } from '../store/hooks'; import type { ReactNode } from 'react'; import { cardStyles, cardHoverHandlers, gridConfig } from '../components/CardStyles'; import UserMenu from '../components/UserMenu'; +import ChangelogFloatingButton from '../components/ChangelogFloatingButton'; const { Title, Text, Paragraph } = Typography; @@ -1232,6 +1233,7 @@ export default function ProjectList() { + ); } \ No newline at end of file