download btn remove from whitepapers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user