Skip to content

Commit 1c7f084

Browse files
authored
refactor(footer): moved the data to the general place (#424)
refactor: moved the data to the general place
1 parent 55dee6f commit 1c7f084

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

source/_patterns/03-areas/03-footer/footer.json renamed to source/_data/enterprise/footer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"navItems": [
33
{
44
"href": "https://db-ui.github.io/datenschutzerklaerung.html",
5-
"value": "Datenschutzerklärung",
5+
"value": "Datenschutzerklärung (Data privacy)",
66
"lang": "de",
77
"hreflang": "de",
88
"rel": "noopener noreferrer",
@@ -19,8 +19,10 @@
1919
"value": "Contact"
2020
},
2121
{
22-
"href": "#",
23-
"value": "Über uns"
22+
"href": "https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/",
23+
"value": "About us",
24+
"rel": "noopener noreferrer",
25+
"target": "_blank"
2426
}
2527
]
2628
}

source/_patterns/04-pages/intro.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,5 @@
7575
"icon": "action/db_ic_il_tips",
7676
"text": "A platform providing the space and technology for a common basis of curated components; their development is mainly driven by the community, adapted out of the work done in projects and through the huge amount of feedback."
7777
}
78-
],
79-
"navItems": [
80-
{
81-
"href": "https://db-ui.github.io/datenschutzerklaerung.html",
82-
"value": "Datenschutzerklärung",
83-
"lang": "de",
84-
"hreflang": "de",
85-
"rel": "noopener noreferrer",
86-
"target": "_blank"
87-
},
88-
{
89-
"href": "https://www.dbsystel.de/dbsystel-en/legal-3715942",
90-
"value": "Imprint",
91-
"rel": "noopener noreferrer",
92-
"target": "_blank"
93-
},
94-
{
95-
"href": "mailto:[email protected]",
96-
"value": "Contact"
97-
}
9878
]
9979
}

0 commit comments

Comments
 (0)