mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
docs: add link titles
This commit is contained in:
parent
857ab82ced
commit
e53ad4b5a7
@ -8,7 +8,11 @@ const LinkBox = ({ level, header, description, link }) => {
|
||||
<h3>{header}</h3>
|
||||
</div>
|
||||
<p>{description}</p>
|
||||
<a className='unleash-action-button' href={link}>
|
||||
<a
|
||||
className='unleash-action-button'
|
||||
href={link}
|
||||
title={`Course: ${header}`}
|
||||
>
|
||||
Start learning
|
||||
</a>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user