Skip to content

Commit 1365e7a

Browse files
authored
Merge pull request #2520 from visualize-admin/feat/759-status-page-link
Status page link & CHANGELOG 6.3.0 updates #759
2 parents cfc411d + 7ad4770 commit 1365e7a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,22 @@ You can also check the
1111

1212
## Unreleased
1313

14+
Nothing yet.
15+
16+
### 6.3.0 - 2026-02-12
17+
1418
- Features
1519
- Added a way to make table columns responsive
1620
- Started OpenTelemetry instrumentation
21+
- Added new LINDASnext endpoints
22+
- Maintenance
23+
- Removed some services managed by Interactive Things (k6 cloud, Sentry,
24+
Accent, Argos)
25+
- Updated GitHub Actions -Use Node LTS in GitHub Action workflows
26+
- Replaced status page link in loading error message
27+
- Security
28+
- Precautionary fixed React Server Components vulnerabilities, although not
29+
affected due to use of Pages Router
1730

1831
### 6.2.5 - 2025-12-02
1932

app/components/hint.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@ export const LoadingDataError = ({ message }: { message?: string }) => {
221221
<Trans id="hint.dataloadingerror.message">
222222
The data could not be loaded.
223223
</Trans>
224-
<Link
225-
target="_blank"
226-
href="https://visualization-tool.status.interactivethings.io/"
227-
>
224+
<Link target="_blank" href="https://status.lindas.admin.ch/">
228225
{" "}
229226
<Trans id="hint.dataloadingerror.status">
230227
Check our status page for more information.

0 commit comments

Comments
 (0)