Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Minor bugfixes
Browse files Browse the repository at this point in the history
Fix typos, delete commented and correct links
  • Loading branch information
selankon committed Jan 25, 2024
1 parent 8485488 commit beb440e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions components/pages/app/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,22 @@ export const Footer = () => {
const { i18n } = useTranslation();

const LINKS: HeaderLink[] = [
// {
// url: PRIVACY_PATH,
// name: i18n.t("links.privacy_policy"),
// external: true,
// logged: true,
// guest: true
// },
{
url: 'https://blog.vocdoni.io',
url: 'https://blog.aragon.org/vocdoni/',
name: i18n.t('links.blog'),
external: true,
logged: true,
guest: true,
},
{
url: 'https://docs.vocdoni.io',
url: 'https://developer.vocdoni.io',
name: i18n.t('links.docs'),
external: true,
logged: true,
guest: true,
},
{
url: 'https://help.aragon.org/collection/54-vocdoni-user-guide',
url: 'https://discord.gg/sM7UhAGY53',
name: i18n.t('links.help'),
external: true,
logged: true,
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"badge": {
"anonymous": "Anònim",
"archived": "Arxivat",
"invalid": "Invalida"
"invalid": "Invàlida"
},
"loading_results": "Carregant resultats",
"no_questions_yet": "Encara no hi ha preguntes",
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"badge": {
"anonymous": "Anónimo",
"archived": "Archivada",
"invalid": "Invalida"
"invalid": "Inválida"
},
"loading_results": "Cargando resultados",
"no_questions_yet": "No hay preguntas aún",
Expand Down

0 comments on commit beb440e

Please sign in to comment.