Skip to content

Commit

Permalink
Merge pull request #17 from neo-ngd/feature/afterlaunchnews
Browse files Browse the repository at this point in the history
more news
  • Loading branch information
apisit committed Jul 26, 2024
2 parents 7857aa0 + aa9890d commit d97232b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions src/app/components/News.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,35 @@ import React from "react"
export default function News() {
const posts = [
{
"date": "21/06/24",
"date": "27/07/2024",
"image_url": "https://miro.medium.com/v2/resize:fit:1400/format:webp/0*s4aYM3jrmXeaZf27",
"source": "The Neo Pulse",
"title": "Neo X: A New Brand for a Brand New Era",
"url": "https://medium.com/neo-smart-economy/neo-x-a-new-brand-for-a-brand-new-era-e3e3a9cce889",
},
{
"date": "25/07/2024",
"image_url": "https://miro.medium.com/v2/resize:fit:1400/format:webp/0*ZRBFnj1qsMM9Pc74",
"source": "The Neo Pulse",
"title": "Neo launches $20 million Elevate funding program for Neo X",
"url": "https://medium.com/neo-smart-economy/neo-launches-20-million-elevate-funding-program-for-neo-x-d9b7653c21d3",
},
{
"date": "25/07/2024",
"image_url": "https://miro.medium.com/v2/da:true/resize:fit:1200/0*o5Zy01jee3I45Zre",
"source": "The Neo Pulse",
"title": "Neo X MainNet Launches",
"url": "https://medium.com/neo-smart-economy/neo-x-mainnet-launches-f524ab7afeb6",
},
{
"date": "21/06/2024",
"image_url": "https://static.news.bitcoin.com/wp-content/uploads/2024/06/3-3-news-bytes.png",
"source": "koreaittimes",
"title": "Neo and Phoenix join forces: Skynet to power new era of AI-enhanced blockchain technology",
"url": "https://news.bitcoin.com/neo-and-phoenix-join-forces-skynet-to-power-new-era-of-ai-enhanced-blockchain-technology/",
},
{
"date": "19/06/24",
"date": "19/06/2024",
"image_url": "https://www.koreaittimes.com/news/photo/202406/132380_80872_322.png",
"source": "koreaittimes",
"title": "SubQuery integrating with Neo X for advanced data indexing",
Expand Down

0 comments on commit d97232b

Please sign in to comment.