Skip to content

Commit 6077125

Browse files
fix: update project link text in ProjectCard component
1 parent d11b771 commit 6077125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false
4343
</div>
4444
<a class="Card-Real-Link" href={projectLink} target="_blank">
4545
<div class="Card-Link">
46-
<span>Go to Project 1</span>
46+
<span>Go to Project</span>
4747
</div>
4848
</a>
4949
</div>

0 commit comments

Comments
 (0)