Remove option to reset dates

This is done automatically now for legacy polls that need it
This commit is contained in:
Luke Vella 2022-04-12 20:07:09 +01:00
parent c9aaddf4cc
commit e44afd84cc
5 changed files with 15 additions and 160 deletions

View file

@ -15,19 +15,6 @@ const Support: React.VoidFunctionComponent = () => {
<h1 className="text-5xl">Support</h1>
<div className="lg:flex py-16">
<div className="grow mb-8">
<h2 className="text-3xl mb-4">Troubleshooting</h2>
<Disclosure as="div" className="bg-slate-50 p-2 rounded-lg mb-4">
<Disclosure.Button className="font-medium text-lg py-2 px-3 rounded-lg active:bg-slate-200 block w-full text-left font-slate hover:text-indigo-500 hover:bg-slate-100 cursor-pointer">
<Trans t={t} i18nKey="wrongDaysShownQuestion" />
</Disclosure.Button>
<Disclosure.Panel className="text py-2 px-3">
<Trans
t={t}
i18nKey="wrongDaysShownAnswer"
components={{ b: <strong /> }}
/>
</Disclosure.Panel>
</Disclosure>
<h2 className="text-3xl mb-4">General</h2>
<Disclosure as="div" className="bg-slate-50 p-2 rounded-lg mb-4">
<Disclosure.Button className="font-medium text-lg py-2 px-3 rounded-lg active:bg-slate-200 block w-full text-left font-slate hover:text-indigo-500 hover:bg-slate-100 cursor-pointer">