mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-11 07:56:47 +02:00
Move to own section
This commit is contained in:
parent
cd2b0e2cb8
commit
9cd3f72883
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue