Shorten landing link text
This commit is contained in:
@@ -67,7 +67,7 @@ export default function () {
|
|||||||
<Link href={project.work_link}>Project Work</Link>
|
<Link href={project.work_link}>Project Work</Link>
|
||||||
) : null}
|
) : null}
|
||||||
{project.landing_link ? (
|
{project.landing_link ? (
|
||||||
<Link href={project.landing_link}>Project Home Page</Link>
|
<Link href={project.landing_link}>Project Site</Link>
|
||||||
) : null}
|
) : null}
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user