Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Dec 9, 2024
1 parent 3e81b59 commit def515b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pages/landing/components/StoriesSection/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import cx from "classnames";
import Image from "next/image";

import Link from "next/link";
import Section from "components/Section";
import { getId } from "helpers/utils";

Expand Down Expand Up @@ -60,7 +60,7 @@ const StoriesSection = ({ insightStories = [] }) => {
</div>
<div className={styles.insightStoriesSectionContent}>
{insightStories
.map((insightStory, index) => (
.map((insightStory.link, index) => (
<InsightsStories key={index} insightStory={insightStory} />
))}
</div>
Expand Down
18 changes: 3 additions & 15 deletions pages/landing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,13 @@ const insightStories = [
title: "State of Raydium Q3 2024",
description:
"State of Raydium Q3 2024",
action: {
type: "link",
target: "_blank",
href: "https://messari.io/report/state-of-raydium-q3-2024",
},
footer: {
icon: "/assets/images/landing/messari.png",
width: "114px",
height: "18px",
desc: "Nov 7, 2024"
},
link:"https://www.artemis.xyz/research/raydium-king-of-solana-de-fi",
},
{
media: {
Expand All @@ -217,17 +213,13 @@ const insightStories = [
title: "Raydium: King of Solana Defi",
description:
"Raydium: King of Solana Defi",
action: {
type: "link",
target: "_blank",
href: "https://www.artemis.xyz/research/raydium-king-of-solana-de-fi",
},
footer: {
icon: "/assets/images/landing/artemis.png",
width: "147px",
height: "18px",
desc: "Nov 7, 2024"
},
link: "https://www.artemis.xyz/research/raydium-king-of-solana-de-fi",
},
{
media: {
Expand All @@ -237,17 +229,13 @@ const insightStories = [
title: "State of Metaplex Q1 2023",
description:
"State of Metaplex Q1 2023",
action: {
type: "link",
target: "_blank",
href: "https://messari.io/report/state-of-metaplex-q1-2023",
},
footer: {
icon: "/assets/images/landing/messari.png",
width: "114px",
height: "18px",
desc: "Apr 14, 2023"
},
link: "https://www.artemis.xyz/research/raydium-king-of-solana-de-fi",
},
];

Expand Down

0 comments on commit def515b

Please sign in to comment.