diff --git a/apps/web/src/app/(dashboard)/dashboard/layout.tsx b/apps/web/src/app/(dashboard)/dashboard/layout.tsx index 3fa45af74..157bf52f6 100644 --- a/apps/web/src/app/(dashboard)/dashboard/layout.tsx +++ b/apps/web/src/app/(dashboard)/dashboard/layout.tsx @@ -3,8 +3,8 @@ import { Toaster } from '@/components/ui/toaster' export default async function Layout({ children }) { return ( -
-
+
+
{children}
diff --git a/apps/web/src/app/(dashboard)/dashboard/page.tsx b/apps/web/src/app/(dashboard)/dashboard/page.tsx index b05573636..d11eed9aa 100644 --- a/apps/web/src/app/(dashboard)/dashboard/page.tsx +++ b/apps/web/src/app/(dashboard)/dashboard/page.tsx @@ -68,7 +68,7 @@ export default function Page() { if (user) { return ( -
+
@@ -152,7 +152,7 @@ const Dashboard = ({ user }) => { setCurrentTeam={setCurrentTeam} setTeams={setTeams} /> -
+

{selectedItem[0].toUpperCase() + selectedItem.slice(1)}

diff --git a/apps/web/src/components/Dashboard/AccountSelector.tsx b/apps/web/src/components/Dashboard/AccountSelector.tsx index 1ffabf74e..c9374041a 100644 --- a/apps/web/src/components/Dashboard/AccountSelector.tsx +++ b/apps/web/src/components/Dashboard/AccountSelector.tsx @@ -5,7 +5,7 @@ import { DropdownMenuSeparator, DropdownMenuTrigger, } from '@/components/ui/dropdown-menu' -import { Bug, ChevronRight, PlusCircle } from 'lucide-react' +import { Bug, ChevronRight, PencilRuler, PlusCircle } from 'lucide-react' import { toast } from '../ui/use-toast' import { AlertDialog, @@ -98,7 +98,7 @@ export const AccountSelector = ({ className="flex items-center space-x-1" onClick={openDevSettings} > - + Developer diff --git a/apps/web/src/components/Dashboard/Billing.tsx b/apps/web/src/components/Dashboard/Billing.tsx index 33011ad38..8c6a01d84 100644 --- a/apps/web/src/components/Dashboard/Billing.tsx +++ b/apps/web/src/components/Dashboard/Billing.tsx @@ -68,7 +68,7 @@ export const BillingContent = ({ }, [team]) return ( -
+

Make changes to your billing

diff --git a/apps/web/src/components/Dashboard/Developer.tsx b/apps/web/src/components/Dashboard/Developer.tsx index 04a17216a..f23f61e4a 100644 --- a/apps/web/src/components/Dashboard/Developer.tsx +++ b/apps/web/src/components/Dashboard/Developer.tsx @@ -13,7 +13,7 @@ export const DeveloperContent = ({ const [billingUrl, setBillingUrl] = billingUrlState return ( -
+

Developer settings

diff --git a/apps/web/src/components/Dashboard/Keys.tsx b/apps/web/src/components/Dashboard/Keys.tsx index a0a26e13a..8790d7cc7 100644 --- a/apps/web/src/components/Dashboard/Keys.tsx +++ b/apps/web/src/components/Dashboard/Keys.tsx @@ -206,8 +206,8 @@ export const KeysContent = ({ } return ( -
-
+
+
diff --git a/apps/web/src/components/Dashboard/Team.tsx b/apps/web/src/components/Dashboard/Team.tsx index b6283d347..2dccfdcfe 100644 --- a/apps/web/src/components/Dashboard/Team.tsx +++ b/apps/web/src/components/Dashboard/Team.tsx @@ -188,7 +188,7 @@ export const TeamContent = ({ } return ( -
+

Team name

+

Usage history

diff --git a/apps/web/src/components/Footer.tsx b/apps/web/src/components/Footer.tsx index 1cd0fbb87..46d9354c5 100644 --- a/apps/web/src/components/Footer.tsx +++ b/apps/web/src/components/Footer.tsx @@ -88,10 +88,7 @@ function SocialLink({ children: React.ReactNode }) { return ( - + {children} @@ -103,26 +100,18 @@ function SmallPrint() {

- © FoundryLabs, Inc. {new Date().getFullYear()}. All rights reserved. + © FoundryLabs, Inc. {new Date().getFullYear()}. All rights + reserved.

- + Follow us on X (f.k.a. Twitter) - + Follow us on GitHub - + Join our Discord server
@@ -141,10 +130,10 @@ export function Footer() { export function FooterMain() { return ( -