mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix key warnings
This commit is contained in:
@@ -52,7 +52,13 @@ const InfoBox = () => {
|
||||
<h2>{t('what_is_plebchan')}</h2>
|
||||
</div>
|
||||
<div className={styles.boxContent}>
|
||||
<Trans i18nKey='plebchan_description' shouldUnescape={true} components={{ 1: <Link to='https://plebbit.com' target='_blank' rel='noopener noreferrer' /> }} />
|
||||
<Trans
|
||||
i18nKey='plebchan_description'
|
||||
shouldUnescape={true}
|
||||
components={{
|
||||
1: <Link key='plebbit-link' to='https://plebbit.com' target='_blank' rel='noopener noreferrer' />,
|
||||
}}
|
||||
/>
|
||||
<br />
|
||||
<br />
|
||||
{t('no_global_rules_info')}
|
||||
|
||||
Reference in New Issue
Block a user