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 ( -
+