Skip to content

Commit

Permalink
chore: update life file and remove Download text from page
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Jun 17, 2024
1 parent a21616f commit 8d3e5ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/DataForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const DataForm: React.FC<DataFormProps> = ({ allFiles }) => {
}
return (
<div className="flex flex-col">
<p>Download</p>
<DataTable allFiles={allFiles} fileListFunction={updateFileList} />
<DownloadModal filesToDownload={fileList} />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/data/life.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: LIFE
description: test
description: event-history file for each household head from the year of birth until the survey year
file: src/content/data/files/codebook_life.pdf
cat: Codebook
---

0 comments on commit 8d3e5ce

Please sign in to comment.