mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
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:
parent
9af6fcdc6f
commit
b031892a77
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => {
|
|||
</div>
|
||||
)}
|
||||
<Link
|
||||
href={image.links.html + '?utm_source=Tasko&utm_medium=referral'}
|
||||
href={
|
||||
image.user.links.html + '?utm_source=Tasko&utm_medium=referral'
|
||||
}
|
||||
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'
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue