We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c69c7b commit 204619bCopy full SHA for 204619b
1 file changed
js/pages/HomePage.js
@@ -65,7 +65,7 @@ const HomePage = ({ onNavigate, onOpenContent }) => {
65
) : (
66
<div className="card-grid">
67
{works.map((work, index) => (
68
- <Card key={work.id} title={work.title} description={work.description} tag={work.techStack[0]} onClick={() => {
+ <Card key={work.id} title={work.title} description={work.description} tag={work.techStack[0]} meta={work.date} onClick={() => {
69
if (onOpenContent) {
70
onOpenContent('work', work.slug);
71
} else {
0 commit comments