Darkmode for survey pages. Fixes for eslint.

This commit is contained in:
Desmond Grealy
2023-01-02 18:36:54 -08:00
parent 5f3d32b875
commit 3d13c7c91c
35 changed files with 4778 additions and 330 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { Button, Box } from "@chakra-ui/react";
import { Popover } from "@headlessui/react";
import clsx from "clsx";
import { AnimatePresence, motion } from "framer-motion";
import Image from "next/image";
import Link from "next/link";
@@ -115,7 +114,7 @@ export function Header(props) {
</Popover>
<AccountButton />
<UserMenu />
<ColorModeIconToggle className="ml-5"/>
<ColorModeIconToggle className="ml-5" />
</div>
</Box>
</nav>