diff --git a/src/components/header.tsx b/src/components/header.tsx index 9394770c0ba4f..c51b32230da37 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -183,16 +183,40 @@ export function Header({ {/* define a header-height variable for consumption by other components */} ); } -function Arrow() { - return ( - - - - - ); -} - -function QuickLink({href, title, desc}: {desc: string; href: string; title: string}) { - return ( - -
{title}
-
{desc}
- - ); -} - function FooterLink({ children, external,