mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
Update site with latest download file date + size (#766)
Co-authored-by: Shelby Switzer <shelby.switzer@cms.hhs.gov>
This commit is contained in:
parent
d8c73e6a02
commit
52aa0e3123
2 changed files with 4 additions and 4 deletions
|
@ -23,8 +23,8 @@ export const PAGE = defineMessages({
|
|||
|
||||
|
||||
// Download Package
|
||||
export const DOWNLOAD_FILE_SIZE = '143MB';
|
||||
export const DOWNLOAD_LAST_UPDATED = '09/20/21';
|
||||
export const DOWNLOAD_FILE_SIZE = '111MB';
|
||||
export const DOWNLOAD_LAST_UPDATED = '10/01/21';
|
||||
export const VERSION_NUMBER = '0.1';
|
||||
|
||||
export const DOWNLOAD_ZIP_URL = [
|
||||
|
|
|
@ -313,12 +313,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<div>
|
||||
<div>
|
||||
<div>
|
||||
Draft communities list v0.1 (143MB)
|
||||
Draft communities list v0.1 (111MB)
|
||||
</div>
|
||||
<div>
|
||||
The package includes draft v0.1 of the list of communities of focus (.csv and .xlsx) and information about how to use the list (.pdf).
|
||||
<span>
|
||||
Last updated: 09/20/21
|
||||
Last updated: 10/01/21
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue