Skip to content

Commit

Permalink
chore(website): update homepage blogs (#14125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Jul 8, 2023
1 parent 67ba5e4 commit 6d7f2e0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/website/components/BlogSection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
const posts = [
{
title: "Alpha-3 testnet update: stats & future plans",
href: "https://taiko.mirror.xyz/LBukIvc5nRfNdbzk3_bDZNkBRSmavFp_D90IkBYCuFk",
description:
"Alpha-3 has been drumming along for one month now! Let's take a look at what’s happened.",
date: "Jul 07, 2023",
datetime: "2023-07-07",
imageUrl:
"https://mirror-media.imgix.net/publication-images/4vqDxKbexLf3eX3d4GtRB.jpeg?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "2 min",
author: {
name: "d1onys1us",
imageUrl: "https://avatars.githubusercontent.com/u/13951458?v=4",
},
},
{
title: "ZK-Roller-Coaster #8",
href: "https://taiko.mirror.xyz/tOUCZgLRV9bKH24bxhahISpdhkQmqVyM-ZX-wMWtqkI",
Expand Down Expand Up @@ -29,21 +44,6 @@ const posts = [
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
title: "L2 MEV wat",
href: "https://taiko.mirror.xyz/VjNjFws6OOVez5YCDMwjy4BUiDqZBHYDvcW4-JZGDkc",
description:
"In this article, we “map” the current landscape of L2 MEV, thinking about different MEV consequences for different L2 designs. We also briefly overview different ways of L2s decentralization and how it might impact L2 MEV.",
date: "Jun 13, 2023",
datetime: "2023-06-13",
imageUrl:
"https://mirror-media.imgix.net/publication-images/Qgm0gbwbCQnU8bm5Y1dGB.png?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "15 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
];

export default function BlogSection() {
Expand Down

0 comments on commit 6d7f2e0

Please sign in to comment.