diff --git a/src/app/(login)/Form.tsx b/src/app/(login)/Form.tsx index 9946252..4822044 100644 --- a/src/app/(login)/Form.tsx +++ b/src/app/(login)/Form.tsx @@ -15,7 +15,7 @@ export default function Form() { useEffect(() => { if (ready && authenticated) { - router.push("/dashboard/home"); + router.push("/dashboard/rent"); } }, [ready, authenticated, router]); diff --git a/src/app/dashboard/rent/Boxes.tsx b/src/app/dashboard/rent/Boxes.tsx index 1018002..4230cae 100644 --- a/src/app/dashboard/rent/Boxes.tsx +++ b/src/app/dashboard/rent/Boxes.tsx @@ -22,7 +22,7 @@ export default function Boxes() { title: 'NVIDIA K80', subTitle: '24 GB GDDR5 - 4992 CUDA Cores', price: '$0.15/hour ($110/mo)', - price_usd: 1, //110 + price_usd: 1, //110, }, { id: 't1000', diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 0eac801..03c7061 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -47,20 +47,6 @@ export default function Sidebar() { { title: "Dashboard", links: [ - { - icon: ( - - - - ), - title: "Home", - href: "/dashboard/home", - }, { icon: ( @@ -230,7 +216,7 @@ export default function Sidebar() {
- +