From c7a3f3f150dd7af8c5394ba11323fd6addf2481d Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 27 Sep 2024 06:22:37 +0800 Subject: [PATCH] fix(options): fix meteors overflow --- src/app/options/App.tsx | 9 ++++----- src/app/options/components/BadgeList.tsx | 2 +- src/app/options/components/Layout.tsx | 20 ++++++++++++++++++++ src/app/options/components/Main.tsx | 6 +++--- 4 files changed, 28 insertions(+), 9 deletions(-) create mode 100644 src/app/options/components/Layout.tsx diff --git a/src/app/options/App.tsx b/src/app/options/App.tsx index 600b28d..3afe427 100644 --- a/src/app/options/App.tsx +++ b/src/app/options/App.tsx @@ -2,18 +2,17 @@ import { Toaster } from 'sonner' import Main from './components/Main' import ProfileForm from './components/ProfileForm' import BadgeList from './components/BadgeList' -import Meteors from '@/components/magicui/meteors' +import Layout from './components/Layout' function App() { return ( - <> - - +
- + +
) } diff --git a/src/app/options/components/BadgeList.tsx b/src/app/options/components/BadgeList.tsx index 6ec7f07..6c5a837 100644 --- a/src/app/options/components/BadgeList.tsx +++ b/src/app/options/components/BadgeList.tsx @@ -4,7 +4,7 @@ import { GitHubLogoIcon } from '@radix-ui/react-icons' const BadgeList: FC = () => { return ( -
+