download btn remove from whitepapers

This commit is contained in:
priyanshuvish
2025-08-12 19:50:22 +05:30
parent e7fa39c068
commit 119714eff3

View File

@@ -417,15 +417,15 @@ export const WhitepapersInsights = () => {
{paper.publishDate}
</div>
</div>
<Button className="bg-[#E5195E] hover:bg-[#E5195E]/90 text-white">
{/* <Button className="bg-[#E5195E] hover:bg-[#E5195E]/90 text-white">
<Download className="w-4 h-4 mr-2" />
Download
</Button>
</Button> */}
</div>
<div className="mt-2 text-xs text-muted-foreground text-center">
{/* <div className="mt-2 text-xs text-muted-foreground text-center">
{paper.downloads.toLocaleString()} downloads
</div>
</div> */}
</CardContent>
</Card>
);
@@ -497,12 +497,12 @@ export const WhitepapersInsights = () => {
<Calendar className="w-3 h-3" />
{paper.publishDate}
</div>
<div>{paper.downloads.toLocaleString()} downloads</div>
{/* <div>{paper.downloads.toLocaleString()} downloads</div> */}
</div>
<Button size="sm" className="bg-[#E5195E] hover:bg-[#E5195E]/90 text-white">
{/* <Button size="sm" className="bg-[#E5195E] hover:bg-[#E5195E]/90 text-white">
<Download className="w-3 h-3 mr-1" />
Download
</Button>
</Button> */}
</div>
</CardContent>
</Card>