Shorten landing link text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user