Move to own section

This commit is contained in:
Luke Vella 2022-04-12 15:18:08 +01:00
parent cd2b0e2cb8
commit 9cd3f72883

View file

@ -15,7 +15,7 @@ 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">General</h2>
<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" />
@ -28,6 +28,7 @@ const Support: React.VoidFunctionComponent = () => {
/>
</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">
<Trans t={t} i18nKey="howDoIShareQuestion" />