diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 9445db0c44b..ee7ff7cfeb4 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -213,7 +213,7 @@ export function Header() { const pathname = usePathname(); return ( -
+
{/* Top row */}
@@ -230,7 +230,7 @@ export function Header() {
-
+
{/* Bottom row - hidden on mobile */} -
+
-
-
- setShowBurgerMenu(false)} - /> -
-
- setShowBurgerMenu(false)} - /> -
-
- setShowBurgerMenu(false)} - /> -
- -
- setShowBurgerMenu(false)} - /> -
+
+ setShowBurgerMenu(false)} + /> + setShowBurgerMenu(false)} + /> + setShowBurgerMenu(false)} + /> -
- setShowBurgerMenu(false)} - /> -
+ setShowBurgerMenu(false)} + /> + setShowBurgerMenu(false)} + /> { setShowBurgerMenu(false); @@ -448,31 +442,29 @@ function DropdownLinks(props: { {props.links.map((info) => { return (
{info.icon && ( - + )} void; icon?: React.FC<{ className?: string }>; + className?: string; }) { const pathname = usePathname(); return ( @@ -534,6 +527,7 @@ function NavLink(props: { ? "text-foreground" : "text-muted-foreground", props.icon ? "flex flex-row gap-3" : "", + props.className, )} href={props.href} onClick={props.onClick} diff --git a/apps/portal/src/app/changelog/[slug]/layout.tsx b/apps/portal/src/app/changelog/[slug]/layout.tsx index c7adb43ecc4..956b55943de 100644 --- a/apps/portal/src/app/changelog/[slug]/layout.tsx +++ b/apps/portal/src/app/changelog/[slug]/layout.tsx @@ -1,6 +1,6 @@ export default function Layout(props: { children: React.ReactNode }) { return ( -
+
{props.children}
); diff --git a/apps/portal/src/app/changelog/[slug]/page.tsx b/apps/portal/src/app/changelog/[slug]/page.tsx index e6eb9be34ef..0e2b2337ab8 100644 --- a/apps/portal/src/app/changelog/[slug]/page.tsx +++ b/apps/portal/src/app/changelog/[slug]/page.tsx @@ -25,7 +25,7 @@ export default async function Page(props: { return (
- diff --git a/apps/portal/src/components/Document/AuthMethodsTabs.tsx b/apps/portal/src/components/Document/AuthMethodsTabs.tsx index b4062389ac8..07fc2d36bab 100644 --- a/apps/portal/src/components/Document/AuthMethodsTabs.tsx +++ b/apps/portal/src/components/Document/AuthMethodsTabs.tsx @@ -16,6 +16,7 @@ import { } from "@/icons"; import { cn } from "@/lib/utils"; import { CodeClient } from "../code/code.client"; +import { Button } from "../ui/button"; type AuthMethod = | "email" @@ -849,16 +850,15 @@ function AuthMethodsTabsContent() {
{authMethods.map((method) => ( - +
{method.label}
+ ))}
diff --git a/apps/portal/src/components/Document/Code.tsx b/apps/portal/src/components/Document/Code.tsx index 5a3eea96788..82c18c70f40 100644 --- a/apps/portal/src/components/Document/Code.tsx +++ b/apps/portal/src/components/Document/Code.tsx @@ -73,8 +73,8 @@ export async function CodeBlock(props: { lang={lang} > diff --git a/apps/portal/src/components/Document/DocImage.tsx b/apps/portal/src/components/Document/DocImage.tsx index c1eb4a23847..b892cc4a3ae 100644 --- a/apps/portal/src/components/Document/DocImage.tsx +++ b/apps/portal/src/components/Document/DocImage.tsx @@ -15,7 +15,7 @@ export function DocImage(props: { return (
diff --git a/apps/portal/src/components/Document/DocLink.tsx b/apps/portal/src/components/Document/DocLink.tsx index f7a402c9861..23359d691da 100644 --- a/apps/portal/src/components/Document/DocLink.tsx +++ b/apps/portal/src/components/Document/DocLink.tsx @@ -10,7 +10,7 @@ export function DocLink(props: { return ( diff --git a/apps/portal/src/components/Document/Heading.tsx b/apps/portal/src/components/Document/Heading.tsx index e845b0cfd5a..8c462c7797e 100644 --- a/apps/portal/src/components/Document/Heading.tsx +++ b/apps/portal/src/components/Document/Heading.tsx @@ -33,7 +33,7 @@ export function Heading(props: { >

@@ -52,7 +52,7 @@ export function Heading(props: { >

@@ -71,7 +71,7 @@ export function Heading(props: { >

diff --git a/apps/portal/src/components/Document/InlineCode.tsx b/apps/portal/src/components/Document/InlineCode.tsx index 163ce7c15a6..a4bb5bda43a 100644 --- a/apps/portal/src/components/Document/InlineCode.tsx +++ b/apps/portal/src/components/Document/InlineCode.tsx @@ -4,7 +4,7 @@ export function InlineCode(props: { code: string; className?: string }) { return ( -
-
- {props.editPageButton && } - {props.sidebarLinks && ( - - )} -
+