diff --git a/src/components/header.tsx b/src/components/header.tsx index c51b32230da37..4f03a0835df82 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -183,12 +183,12 @@ 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,