mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 21:34:00 +01:00
reorder about popup
This commit is contained in:
parent
a21a4161c4
commit
2c89c9325b
|
@ -57,6 +57,25 @@ const AboutMenu = () => {
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 className='text-lg font-bold'>
|
||||||
|
{t('discordServer.title', { ns: 'about' })}
|
||||||
|
</h2>
|
||||||
|
<p>{t('discordServer.paragraph1', { ns: 'about' })}</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<Trans
|
||||||
|
i18nKey='discordServer.paragraph2'
|
||||||
|
ns='about'
|
||||||
|
components={[
|
||||||
|
<a
|
||||||
|
className='link'
|
||||||
|
href='https://discord.gg/g3Qnwy4V6A'
|
||||||
|
target='_blank'
|
||||||
|
/>,
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</p>
|
||||||
|
|
||||||
<>
|
<>
|
||||||
<h2 className='text-lg font-bold'>
|
<h2 className='text-lg font-bold'>
|
||||||
{t('support.title', { ns: 'about' })}
|
{t('support.title', { ns: 'about' })}
|
||||||
|
@ -80,7 +99,7 @@ const AboutMenu = () => {
|
||||||
<div className='flex flex-col items-center gap-4 my-4'>
|
<div className='flex flex-col items-center gap-4 my-4'>
|
||||||
<a href='https://ko-fi.com/betterchatgpt' target='_blank'>
|
<a href='https://ko-fi.com/betterchatgpt' target='_blank'>
|
||||||
<img
|
<img
|
||||||
src='/kofi.svg'
|
src='./kofi.svg'
|
||||||
alt='Support us through the Ko-fi platform.'
|
alt='Support us through the Ko-fi platform.'
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -108,25 +127,6 @@ const AboutMenu = () => {
|
||||||
<p>{t('support.paragraph4', { ns: 'about' })}</p>
|
<p>{t('support.paragraph4', { ns: 'about' })}</p>
|
||||||
</>
|
</>
|
||||||
|
|
||||||
<h2 className='text-lg font-bold'>
|
|
||||||
{t('discordServer.title', { ns: 'about' })}
|
|
||||||
</h2>
|
|
||||||
<p>{t('discordServer.paragraph1', { ns: 'about' })}</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<Trans
|
|
||||||
i18nKey='discordServer.paragraph2'
|
|
||||||
ns='about'
|
|
||||||
components={[
|
|
||||||
<a
|
|
||||||
className='link'
|
|
||||||
href='https://discord.gg/g3Qnwy4V6A'
|
|
||||||
target='_blank'
|
|
||||||
/>,
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2 className='text-lg font-bold'>
|
<h2 className='text-lg font-bold'>
|
||||||
{t('privacyStatement.title', { ns: 'about' })}
|
{t('privacyStatement.title', { ns: 'about' })}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in a new issue