Shorten landing link text

This commit is contained in:
2026-02-25 04:22:18 -05:00
parent a9936afba2
commit c3eda8245f

View File

@@ -67,7 +67,7 @@ export default function () {
<Link href={project.work_link}>Project Work</Link>
) : null}
{project.landing_link ? (
<Link href={project.landing_link}>Project Home Page</Link>
<Link href={project.landing_link}>Project Site</Link>
) : null}
</CardFooter>
</Card>