Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4f58229

Browse files
authored
Merge pull request #263 from GSA/sc_update-news
Add redesign article to news
2 parents 47b2f5f + 3cfba28 commit 4f58229

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

assets/img/news/redesign.jpeg

62.1 KB
Loading

config/site/site.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@
171171
}
172172
],
173173
"news": [
174+
{
175+
"title": "Building Off Feedback: A Re-Design of Code.gov",
176+
"description": "We put our creative heads together for the next edition of Code.gov....",
177+
"url": "https://medium.com/@CodeDotGov/building-off-feedback-a-re-design-of-code-gov-63a7859d79d5",
178+
"date": "7/2/2019",
179+
"image": "/assets/img/news/redesign.jpeg",
180+
"alt": "Website planning. Web designer working on website sitemap"
181+
},
174182
{
175183
"title": "OSS SPOTLIGHT: The U.S. Web Design System 2.0 from GSA",
176184
"description": "USWDS 2.0, a new approach to design that saves time in upgrading websites or...",
@@ -186,14 +194,6 @@
186194
"date": "6/4/2019",
187195
"image": "/assets/img/news/keyboard.jpeg",
188196
"alt": "A keyboard on a desk"
189-
},
190-
{
191-
"title": "GSA Customer Experience Hackathon",
192-
"description": "A day focused on designing a better customer experience with and within government...",
193-
"url": "https://www.challenge.gov/challenge/gsa-hackathon-2019/",
194-
"date": "6/19/2019",
195-
"image": "/assets/img/news/GSA-Hackathon-logo.png",
196-
"alt": "GSA Hackathon 2019"
197197
}
198198
],
199199
"about": [

src/components/home-news/__snapshots__/home-news.container.test.js.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
exports[`containers - HomeNews mapStateToProps should return the correct properties 1`] = `
44
Object {
55
"newsItems": Array [
6+
Object {
7+
"alt": "Website planning. Web designer working on website sitemap",
8+
"date": "7/2/2019",
9+
"description": "We put our creative heads together for the next edition of Code.gov....",
10+
"image": "/assets/img/news/redesign.jpeg",
11+
"title": "Building Off Feedback: A Re-Design of Code.gov",
12+
"url": "https://medium.com/@CodeDotGov/building-off-feedback-a-re-design-of-code-gov-63a7859d79d5",
13+
},
614
Object {
715
"alt": "A collection of wireframes",
816
"date": "6/5/2019",
@@ -19,14 +27,6 @@ Object {
1927
"title": "Developer’s Notes",
2028
"url": "https://medium.com/codedotgov/developers-notes-3-june-2019-ccfd12344621",
2129
},
22-
Object {
23-
"alt": "GSA Hackathon 2019",
24-
"date": "6/19/2019",
25-
"description": "A day focused on designing a better customer experience with and within government...",
26-
"image": "/assets/img/news/GSA-Hackathon-logo.png",
27-
"title": "GSA Customer Experience Hackathon",
28-
"url": "https://www.challenge.gov/challenge/gsa-hackathon-2019/",
29-
},
3030
],
3131
}
32-
`
32+
`;

0 commit comments

Comments
 (0)