mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
readme.md updated, suggested change
This commit is contained in:
@@ -56,7 +56,14 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
|
||||
</div>
|
||||
</div>
|
||||
{ resume?.fileName &&
|
||||
<a href= { resume.fileName } target="_blank" className='btn mt-4' download>Download my resume</a>
|
||||
<a
|
||||
href={resume.fileName}
|
||||
target="_blank"
|
||||
className="btn btn-outline btn-primary text-xs mt-6"
|
||||
download
|
||||
>
|
||||
Download Resume
|
||||
</a>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user