File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ function Upload() {
410
410
< div className = "md:w-[35%]" >
411
411
< h1 className = "mb-6 text-2xl font-bold" > Upload Papers</ h1 >
412
412
< CldUploadWidget
413
- uploadPreset = "papers-unsigned-prod "
413
+ uploadPreset = "papers-unsigned"
414
414
options = { {
415
415
sources : [ "camera" , "local" ] ,
416
416
multiple : false ,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const Card = ({
75
75
key = { paper . _id }
76
76
className = { `w-56 space-y-1 rounded-xl border border-black dark:border-[#7480FF]/25 ${ checked ? "bg-[#EEF2FF] dark:bg-[#050b1f]" : "" } p-4 ` }
77
77
>
78
- < Link href = { paper . finalUrl } rel = "noopeIner noreferrer" >
78
+ < Link href = { paper . finalUrl } target = "_blank" rel = "noopener noreferrer" >
79
79
< Image
80
80
src = { paper . thumbnailUrl }
81
81
alt = { paper . subject }
You can’t perform that action at this time.
0 commit comments