diff --git a/components/Shell.tsx b/components/Shell.tsx
index 8ab86ae475..8326a106f2 100644
--- a/components/Shell.tsx
+++ b/components/Shell.tsx
@@ -1,4 +1,3 @@
-import { Menu, Transition } from "@headlessui/react";
import { SelectorIcon } from "@heroicons/react/outline";
import {
CalendarIcon,
@@ -25,6 +24,12 @@ import { trpc } from "@lib/trpc";
import { HeadSeo } from "@components/seo/head-seo";
import Avatar from "@components/ui/Avatar";
+import Dropdown, {
+ DropdownMenuContent,
+ DropdownMenuItem,
+ DropdownMenuSeparator,
+ DropdownMenuTrigger,
+} from "@components/ui/Dropdown";
import Logo from "./Logo";
@@ -66,12 +71,12 @@ export function ShellSubHeading(props: {
return (
-
+
{props.title}
- {props.subtitle &&
{props.subtitle}
}
+ {props.subtitle &&
{props.subtitle}
}
- {props.actions &&
{props.actions}
}
+ {props.actions &&
{props.actions}
}
);
}
@@ -159,17 +164,17 @@ export default function Shell(props: {
-
+
-
-
+
+
-
-
-
+
{/* show top navigation for md and smaller (tablet and phones) */}
-
+
-
-