mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Decrease opacity of resume download button
This commit is contained in:
@@ -64,7 +64,7 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
|
|||||||
<a
|
<a
|
||||||
href={resume.fileUrl}
|
href={resume.fileUrl}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="btn btn-outline btn-sm text-xs mt-6"
|
className="btn btn-outline btn-sm text-xs mt-6 opacity-50"
|
||||||
download
|
download
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user