mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-14 17:15:15 +01:00
add link titles to read more link
This commit is contained in:
parent
9e3e6ddb48
commit
8e84e0ef73
@ -21,7 +21,7 @@ const Repository = ({ repo }) => {
|
||||
{name === 'portfolio' || name === 'blog'
|
||||
? null
|
||||
: homepage && (
|
||||
<a href={homepage}>
|
||||
<a href={homepage} title={`Learn more about ${name}`}>
|
||||
<LinkIcon title="website" /> Learn more
|
||||
</a>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user