Skip to content

Commit

Permalink
Updated profile image download button tooltip (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes authored Mar 18, 2024
1 parent df4ee71 commit 2cc671d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ProfilePlaceholder from '../../../images/ssw-employee-profile-placeholder

const ProfileImageDownload = ({ profileImage }) => (
<a
title="Download photo"
title="Download colour photo"
className="profile-util download-image absolute bottom-0 profile-util-download-left mb-4 z-10"
href={profileImage ? profileImage.src : ProfilePlaceholder}
download={profileImage?.name}
Expand Down

0 comments on commit 2cc671d

Please sign in to comment.