1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-08 20:54:23 +01:00

link title fix

This commit is contained in:
Matthias Kretschmann 2019-06-10 19:02:58 +02:00
parent 74aed51841
commit 599a5e5a4f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -21,8 +21,8 @@ const Repository = ({ repo }) => {
{name === 'portfolio' || name === 'blog'
? null
: homepage && (
<a href={homepage} title={`Learn more about ${name}`}>
<LinkIcon title="website" /> Learn more
<a href={homepage}>
<LinkIcon title="website" /> Release post
</a>
)}