Skip to content

Commit

Permalink
chore(website): update homepage blog posts (#14021)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz committed Jun 21, 2023
1 parent 146f8d5 commit 9e9291c
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: "ZK-Roller-Coaster #7",
href: "https://taiko.mirror.xyz/6WL5I2lbpYxOjhU82eUOyUvYa0yF2_rekI0f7cBrGxw",
description:
"This is the 7th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.",
date: "Jun 20, 2023",
datetime: "2023-06-20",
imageUrl:
"https://mirror-media.imgix.net/publication-images/HRLmI4Vmn9A637fxJm8cq.png?height=426&width=851&h=426&w=851&auto=compress",
readingTime: "4 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
title: "L2 MEV wat",
href: "https://taiko.mirror.xyz/VjNjFws6OOVez5YCDMwjy4BUiDqZBHYDvcW4-JZGDkc",
Expand Down Expand Up @@ -30,21 +45,6 @@ const posts = [
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
title: "Taiko Alpha-3 Testnet is Live",
href: "https://taiko.mirror.xyz/wD7yN8Y5RttbP7kzdtX22GbMg6i18a-Xwet2sshpt48",
description:
"Today we’re excited to share that the Taiko alpha-3 testnet, Grímsvötn, is live! This is the next step on the road to a decentralized, Ethereum-equivalent ZK-EVM.",
date: "Jun 07, 2023",
datetime: "2023-06-07",
imageUrl:
"https://mirror-media.imgix.net/publication-images/LtyEm5huf-mf9854QWh3o.jpeg?height=800&width=1600&h=800&w=1600&auto=compress",
readingTime: "9 min",
author: {
name: "finestone",
imageUrl: "https://avatars.githubusercontent.com/u/36642873?s=96&v=4",
},
},
];

export default function BlogSection() {
Expand Down

0 comments on commit 9e9291c

Please sign in to comment.