mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(home): clarify 5chan is serverless app, use current hostname for share links
- Homepage infobox: merged copy into single line explaining app nature and download link - Share links (Copy direct link): use window.location.origin instead of hardcoded 5chan.app - Settings version link: use current origin - FAQ: add 'Is 5chan just this website?' entry under Basics - Remove pleb.bz from CHAN_5_HOSTNAMES
This commit is contained in:
@@ -67,7 +67,13 @@ const InfoBox = () => {
|
||||
/>
|
||||
<br />
|
||||
<br />
|
||||
{t('no_global_rules_info')}
|
||||
<Trans
|
||||
i18nKey='no_global_rules_info'
|
||||
shouldUnescape={true}
|
||||
components={{
|
||||
1: <a key='releases-link' href='https://github.com/bitsocialhq/5chan/releases/latest' target='_blank' rel='noopener noreferrer' />,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user