diff --git a/components/Shell.tsx b/components/Shell.tsx index 069980e813..cc62819849 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -2,9 +2,9 @@ import Link from "next/link"; import React, { Fragment, useEffect } from "react"; import { useRouter } from "next/router"; import { useSession } from "next-auth/client"; -import { Menu, Transition } from "@headlessui/react"; +import { Menu, Transition } from "@headlessui/react"; import { collectPageParameters, telemetryEventTypes, useTelemetry } from "../lib/telemetry"; -import { SelectorIcon} from "@heroicons/react/outline"; +import { SelectorIcon } from "@heroicons/react/outline"; import { CalendarIcon, ClockIcon, @@ -77,9 +77,11 @@ export default function Shell(props) { {/* Sidebar component, swap this element with another sidebar if you like */}
-
- -
+ + + + +