Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ You can also check the

## Unreleased

Nothing yet.
### 6.2.4 - 2025-11-28

- Maintenance
- Removed links to Status page and "Digitale Publikationen" from the footer

### 6.2.3 - 2025-11-28

Expand Down
26 changes: 0 additions & 26 deletions app/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,39 +117,13 @@ export const Footer = ({ sx }: { sx?: SxProps }) => {
})}
/>
</Link>
<Link
href={`https://visualization-tool.status.interactivethings.io/`}
target="_blank"
underline="none"
>
<FooterSectionButton
iconName="external"
label={t({
id: "footer.status",
message: "Status",
})}
/>
</Link>
<NextLink href="/statistics" passHref legacyBehavior>
<Link underline="none">
<FooterSectionButton
label={t({ id: "footer.statistics", message: "Statistics" })}
/>
</Link>
</NextLink>
<Link
href={`https://bafu-yearbook-forest-wood-concept-docs.interactivethings.io/#/technisches-konzept?a=proof-of-concept-mit-datocms`}
target="_blank"
underline="none"
>
<FooterSectionButton
iconName="external"
label={t({
id: "footer.forest-wood-concept",
message: "Project “Digitale Publikationen” (PoC 2023)",
})}
/>
</Link>
</FooterSection>
</SwissFederalCiFooter>
);
Expand Down
8 changes: 0 additions & 8 deletions app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,6 @@ msgstr "Vorschau in kleiner Breite"
msgid "button.layout"
msgstr "Weiter zu den Layout-Optionen"

#: app/components/footer.tsx
msgid "footer.forest-wood-concept"
msgstr "Projekt „Digitale Publikationen“ (PoC 2023)"

#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Veröffentlichen"
Expand Down Expand Up @@ -1889,10 +1885,6 @@ msgstr "Statisches Iframe"
msgid "footer.statistics"
msgstr "Statistiken"

#: app/components/footer.tsx
msgid "footer.status"
msgstr "Status"

#: app/components/footer.tsx
msgid "footer.contact.title"
msgstr "Informiert bleiben"
Expand Down
8 changes: 0 additions & 8 deletions app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,6 @@ msgstr "Preview with small width"
msgid "button.layout"
msgstr "Proceed to layout options"

#: app/components/footer.tsx
msgid "footer.forest-wood-concept"
msgstr "Project “Digitale Publikationen” (PoC 2023)"

#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publish"
Expand Down Expand Up @@ -1889,10 +1885,6 @@ msgstr "Static iframe"
msgid "footer.statistics"
msgstr "Statistics"

#: app/components/footer.tsx
msgid "footer.status"
msgstr "Status"

#: app/components/footer.tsx
msgid "footer.contact.title"
msgstr "Stay informed"
Expand Down
8 changes: 0 additions & 8 deletions app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,6 @@ msgstr "Aperçu en petite largeur"
msgid "button.layout"
msgstr "Passer aux options de présentation"

#: app/components/footer.tsx
msgid "footer.forest-wood-concept"
msgstr "Projet « Digitale Publikationen » (PoC 2023)"

#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Publier"
Expand Down Expand Up @@ -1889,10 +1885,6 @@ msgstr "Iframe statique"
msgid "footer.statistics"
msgstr "Statistiques"

#: app/components/footer.tsx
msgid "footer.status"
msgstr "Statut"

#: app/components/footer.tsx
msgid "footer.contact.title"
msgstr "Rester informé"
Expand Down
8 changes: 0 additions & 8 deletions app/locales/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,6 @@ msgstr "Anteprima sul telefono"
msgid "button.layout"
msgstr "Procedi alle opzioni di layout"

#: app/components/footer.tsx
msgid "footer.forest-wood-concept"
msgstr "Progetto “Digitale Publikationen” (PoC 2023)"

#: app/configurator/components/configurator.tsx
msgid "button.publish"
msgstr "Pubblicare"
Expand Down Expand Up @@ -1889,10 +1885,6 @@ msgstr "Iframe statico"
msgid "footer.statistics"
msgstr "Statistiche"

#: app/components/footer.tsx
msgid "footer.status"
msgstr "Stato"

#: app/components/footer.tsx
msgid "footer.contact.title"
msgstr "Rimanete informati"
Expand Down