mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
update links
This commit is contained in:
@@ -52,7 +52,7 @@ const CheckForUpdates = () => {
|
|||||||
if (!updateAvailable) {
|
if (!updateAvailable) {
|
||||||
alert(
|
alert(
|
||||||
commitRef
|
commitRef
|
||||||
? `${t('latest_development_version', { commit: commitRef.slice(0, 7), link: 'https://plebchan.eth.limo/#/', interpolation: { escapeValue: false } })}`
|
? `${t('latest_development_version', { commit: commitRef.slice(0, 7), link: 'https://plebchan.app/#/', interpolation: { escapeValue: false } })}`
|
||||||
: `${t('latest_stable_version', { version: packageJson.version })}`,
|
: `${t('latest_stable_version', { version: packageJson.version })}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ const TopBarDesktop = () => {
|
|||||||
</span>
|
</span>
|
||||||
] [
|
] [
|
||||||
<span className={styles.temporaryButton}>
|
<span className={styles.temporaryButton}>
|
||||||
<a href='https://seedit.eth.limo/#/communities/vote' target='_blank' rel='noopener noreferrer'>
|
<a href='https://seedit.app/#/communities/vote' target='_blank' rel='noopener noreferrer'>
|
||||||
{t('vote')}
|
{t('vote')}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user