Make it when the user clicks on the photographers name, it leads to their profile instead of the image they took - Unsplash & Board Creation

This commit is contained in:
Ahmad 2024-02-20 19:53:12 -05:00
parent 9af6fcdc6f
commit b031892a77
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -89,7 +89,9 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => {
</div> </div>
)} )}
<Link <Link
href={image.links.html + '?utm_source=Tasko&utm_medium=referral'} href={
image.user.links.html + '?utm_source=Tasko&utm_medium=referral'
}
target='_blank' target='_blank'
className='absolute bottom-0 w-full truncate bg-black/50 p-1 text-[10px] text-white opacity-0 hover:underline group-hover:opacity-100' className='absolute bottom-0 w-full truncate bg-black/50 p-1 text-[10px] text-white opacity-0 hover:underline group-hover:opacity-100'
> >