diff --git a/components/Logo.tsx b/components/Logo.tsx new file mode 100644 index 00000000..476f0804 --- /dev/null +++ b/components/Logo.tsx @@ -0,0 +1,7 @@ +export default function Logo({small} : {small?: boolean}){ + return

+ + Calendso + +

; +} diff --git a/components/Modal.tsx b/components/Modal.tsx index 658bf706..12232876 100644 --- a/components/Modal.tsx +++ b/components/Modal.tsx @@ -1,4 +1,4 @@ -import { Fragment, useState } from 'react' +import { Fragment } from 'react' import { Dialog, Transition } from '@headlessui/react' import { CheckIcon } from '@heroicons/react/outline' diff --git a/components/Settings.tsx b/components/Settings.tsx index eed044b8..b1ce7f14 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -18,7 +18,7 @@ export default function SettingsShell(props) { ]; return ( -
+