mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
Decrease opacity of resume download button
This commit is contained in:
@@ -64,7 +64,7 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
|
||||
<a
|
||||
href={resume.fileUrl}
|
||||
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
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user