Skip to content

Commit 1afc859

Browse files
committed
webiste(fix-link): Update the project links
1 parent 89deaa1 commit 1afc859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/[locale]/data/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,12 @@ function Data(props: Props) {
394394
description: string;
395395
fileLabel: string;
396396
}> = {
397-
PROJECT_STATS_BY_TYPES: {
397+
PROJECTS_CSV: {
398398
heading: t('download-projects-overview-heading'),
399399
description: t('download-projects-overview-description'),
400400
fileLabel: 'CSV',
401401
},
402-
PROJECTS_CSV: {
402+
PROJECT_STATS_BY_TYPES: {
403403
heading: t('download-projects-csv-heading'),
404404
description: t('download-projects-csv-description'),
405405
fileLabel: 'CSV',

0 commit comments

Comments
 (0)