update links

This commit is contained in:
Tom (plebeius.eth)
2025-06-03 22:11:27 +02:00
parent 104c9c0eba
commit b49216b555
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ const CheckForUpdates = () => {
if (!updateAvailable) {
alert(
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 })}`,
);
}
+1 -1
View File
@@ -116,7 +116,7 @@ const TopBarDesktop = () => {
</span>
] [
<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')}
</a>
</span>