diff --git a/src/components/settings-modal/interface-settings/interface-settings.tsx b/src/components/settings-modal/interface-settings/interface-settings.tsx index b671c104..5430f235 100644 --- a/src/components/settings-modal/interface-settings/interface-settings.tsx +++ b/src/components/settings-modal/interface-settings/interface-settings.tsx @@ -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 })}`, ); } diff --git a/src/components/topbar/topbar.tsx b/src/components/topbar/topbar.tsx index 8028068c..1653127d 100644 --- a/src/components/topbar/topbar.tsx +++ b/src/components/topbar/topbar.tsx @@ -116,7 +116,7 @@ const TopBarDesktop = () => { ] [ - + {t('vote')}