mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Change resume button style
This commit is contained in:
@@ -58,13 +58,13 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
|
|||||||
{resume?.fileUrl &&
|
{resume?.fileUrl &&
|
||||||
(loading ? (
|
(loading ? (
|
||||||
<div className="mt-6">
|
<div className="mt-6">
|
||||||
{skeleton({ width: 'w-40', height: 'h-10' })}
|
{skeleton({ width: 'w-40', height: 'h-8' })}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<a
|
<a
|
||||||
href={resume.fileUrl}
|
href={resume.fileUrl}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="btn btn-outline btn-primary text-xs mt-6"
|
className="btn btn-outline btn-sm text-xs mt-6"
|
||||||
download
|
download
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user