-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update assets/publishers.json * update cypress tests * add test for org link * Add blue gradient prop back to hero * Fix block classes on home page * Fix publishers path * Upgrade component version to fix publisher Co-authored-by: dgading <dgading@gmail.com>
- Loading branch information
Showing
6 changed files
with
1,726 additions
and
1,477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
[ | ||
{ | ||
"name": "State Economic Council", | ||
"description": "The State Economic Council is responsible for increasing economic development of the state by collecting statistics and performing analysis on the labor force, workforce and employer demographics, generational trends, etc." | ||
"description": "The State Economic Council is responsible for increasing economic development of the state by collecting statistics and performing analysis on the labor force, workforce and employer demographics, generational trends, etc.", | ||
"searchUrl":"/search/?publisher__name=State Economic Council" | ||
}, | ||
{ | ||
"name": "Advisory Council for Infectious Disease", | ||
"name": "National Health Council", | ||
"imageUrl": "https://dkan-default-content-files.s3.amazonaws.com/files/publishers/clipboard.png", | ||
"description": "Advisory Council for Infectious Disease is a working group that performs research and prepares reports to inform treatment and prevention programs nationally." | ||
"description": "National Health Council is a working group that performs research and prepares reports to inform treatment and prevention programs nationally.", | ||
"searchUrl":"/search/?publisher__name=National Health Council" | ||
}, | ||
{ | ||
"name": "Committee on International Affairs", | ||
"imageUrl": "https://dkan-default-content-files.s3.amazonaws.com/files/publishers/map.png", | ||
"description": "The Committee on International Affairs is a working group to identify opportunities to learn from and collaborate with government and organizations across the globe." | ||
"description": "The Committee on International Affairs is a working group to identify opportunities to learn from and collaborate with government and organizations across the globe.", | ||
"searchUrl":"/search/?publisher__name=Committee on International Affairs" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.