Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 committed Dec 6, 2024
1 parent ee0f363 commit d31c5da
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/pages/library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,12 @@ import Layout from "@theme/Layout";
import { motion } from "framer-motion";
import React, { useEffect, useRef, useState } from "react";
import DownloadIcon from "../components/Common/Icons/DownloadIcon";
import LinkArrowRight from "../components/Common/Icons/LinkArrowRight";

const presentationCards = [
{
title: "Internet Computer in a Nutshell",
description:
"This is a short description of the content of this doc. It quickly summarizes who this is for, what topics it covers and what the goal is. ",
url: "https://internetcomputer..com/view/dzkwezufykwpb7p8",
},
{
title: "Internet Computer in a Nutshell (German)",
description:
"This is a short description of the content of this doc. It quickly summarizes who this is for, what topics it covers and what the goal is. ",
url: "/docs/current/developers/guides/internet-computer-in-a-nutshell",
},
{
title: "ICP makes the Internet into a World Computer",
description:
"This is a short description of the content of this doc. It quickly summarizes who this is for, what topics it covers and what the goal is. ",
description: "",
url: "https://internetcomputer.docsend.com/view/dzkwezufykwpb7p8",
},
];
Expand Down Expand Up @@ -100,7 +88,7 @@ const LibraryCard: React.FC<{
</div>

<div className="button-round-icon mt-auto" aria-label={`Download`}>
<DownloadIcon />
<LinkArrowRight />
</div>
</div>
</article>
Expand Down

0 comments on commit d31c5da

Please sign in to comment.