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:
parent
74aed51841
commit
599a5e5a4f
@ -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>
|
||||
)}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user