Skip to content

Commit 204619b

Browse files
committed
更新
1 parent 4c69c7b commit 204619b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/pages/HomePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const HomePage = ({ onNavigate, onOpenContent }) => {
6565
) : (
6666
<div className="card-grid">
6767
{works.map((work, index) => (
68-
<Card key={work.id} title={work.title} description={work.description} tag={work.techStack[0]} onClick={() => {
68+
<Card key={work.id} title={work.title} description={work.description} tag={work.techStack[0]} meta={work.date} onClick={() => {
6969
if (onOpenContent) {
7070
onOpenContent('work', work.slug);
7171
} else {

0 commit comments

Comments
 (0)