Skip to content

Commit c7e052e

Browse files
committed
refactor: remove unused variable in project card component
1 parent 7fb5565 commit c7e052e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ProjectCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface Props {
77
}
88
99
const { project } = Astro.props;
10-
const { name, tags, link } = project;
10+
const { name, link } = project;
1111
---
1212

1313
<div

0 commit comments

Comments
 (0)