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

feature/COR-1275-hospital-icu-pages #4638

Merged
merged 1 commit into from
Jan 31, 2023
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
2 changes: 1 addition & 1 deletion packages/app/src/pages/landelijk/patienten-in-beeld.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const PatientsPage = (props: StaticProps<typeof getStaticProps>) => {
datumsText: textNl.datums,
dateOrRange: lastValueNice.date_unix,
dateOfInsertionUnix: lastInsertionDateOfPage,
dataSources: [textNl.sources.nice, textNl.sources.lnaz],
dataSources: [textNl.sources.nice],
}}
referenceLink={textNl.reference.href}
pageLinks={content.links}
Expand Down
6 changes: 3 additions & 3 deletions packages/app/src/pages/landelijk/ziekenhuizen-en-zorg.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { colors, getLastFilledValue, TimeframeOption, TimeframeOptionsList } from '@corona-dashboard/common';
import { Ziekenhuis } from '@corona-dashboard/icons';
import { IntensiveCareOpnames } from '@corona-dashboard/icons';
import { GetStaticPropsContext } from 'next';
import { useState } from 'react';
import { ChartTile } from '~/components/chart-tile';
Expand Down Expand Up @@ -124,13 +124,13 @@ const HospitalsAndCarePage = (props: StaticProps<typeof getStaticProps>) => {
category={commonTexts.sidebar.categories.consequences_for_healthcare.title}
screenReaderCategory={commonTexts.sidebar.metrics.hospitals_and_care.title}
title={textNl.title}
icon={<Ziekenhuis aria-hidden="true" />}
icon={<IntensiveCareOpnames aria-hidden="true" />}
description={textNl.pagina_toelichting}
metadata={{
datumsText: textNl.datums,
dateOrRange: hospitalLastValue.date_unix,
dateOfInsertionUnix: lastInsertionDateOfPage,
dataSources: [textNl.sources.nice, textNl.sources.lnaz],
dataSources: [textNl.sources.lnaz],
}}
referenceLink={textNl.reference.href}
pageLinks={content.links}
Expand Down
6 changes: 6 additions & 0 deletions packages/cms/src/lokalize/key-mutations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,9 @@ timestamp,action,key,document_id,move_to
2023-01-26T14:40:01.873Z,add,pages.behavior_page.shared.basisregels.percentage_bar_column_header,H51WXygmup367lqvWyhYni,__
2023-01-27T15:36:42.838Z,delete,pages.hospitalPage.nl.extra_uitleg,jF33EuwumlGuwav2FD3XXw,__
2023-01-27T15:23:55.933Z,add,pages.hospital_page.nl.extra_description,HUrvkI3TfiQn7uqq7z2elF,__
2023-01-31T13:47:09.959Z,delete,pages.hospitals_and_care_page.nl.sources.nice.download,PKXdxxxKAnTg0F1ZCrJHg3,__
2023-01-31T13:47:09.966Z,delete,pages.hospitals_and_care_page.nl.sources.nice.href,0iJeil5hiqRr6jTKtaSVMX,__
2023-01-31T13:47:09.979Z,delete,pages.hospitals_and_care_page.nl.sources.nice.text,PKXdxxxKAnTg0F1ZCrJHmN,__
2023-01-31T13:47:09.980Z,delete,pages.patients_page.nl.sources.lnaz.download,KoLyCpXIGU95m7jfEOaid7,__
2023-01-31T13:47:09.981Z,delete,pages.patients_page.nl.sources.lnaz.href,0iJeil5hiqRr6jTKtaSVTH,__
2023-01-31T13:47:09.981Z,delete,pages.patients_page.nl.sources.lnaz.text,0iJeil5hiqRr6jTKtaSVWx,__