Skip to content

Commit 52a44b8

Browse files
test
1 parent 59a4601 commit 52a44b8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/Card.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const Card = ({
7373
className={`w-56 space-y-1 rounded-xl border border-black dark:border-[#7480FF]/25 ${checked ? "bg-[#EEF2FF] dark:bg-[#050b1f]" : ""} p-4 `}
7474
>
7575
<Link
76-
className="hidden md:block"
7776
href={paper.finalUrl}
7877
target="_blank"
7978
rel="noopener noreferrer"
@@ -83,24 +82,10 @@ const Card = ({
8382
alt={paper.subject}
8483
width={320}
8584
height={180}
86-
onClick={handleOpen}
8785
className="mb-2 h-[180px] w-full cursor-pointer object-cover"
8886
/>
8987
</Link>
9088

91-
<div
92-
className="block md:hidden"
93-
onClick={() => handleDownload(paper)}
94-
>
95-
<Image
96-
src={paper.thumbnailUrl}
97-
alt={paper.subject}
98-
width={320}
99-
height={180}
100-
className="mb-2 h-[180px] w-full cursor-pointer object-cover"
101-
/>
102-
</div>
103-
10489
<div className="text-sm font-medium">
10590
{extractBracketContent(paper.subject)}
10691
</div>

0 commit comments

Comments
 (0)