mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Added Unsplash Attrabutions & Updated Middleware
This commit is contained in:
parent
e768d9181f
commit
631a8ea612
3 changed files with 11 additions and 4 deletions
|
@ -94,7 +94,7 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => {
|
|||
</div>
|
||||
)}
|
||||
<Link
|
||||
href={image.links.html}
|
||||
href={image.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…
Add table
Add a link
Reference in a new issue