Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
apisit committed Jul 26, 2024
1 parent aa9890d commit df15cb2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
18 changes: 18 additions & 0 deletions src/app/components/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
import React from "react";
export default function Blog() {
const posts = [
{
"date": "27/07/2024",
"image_url": "https://miro.medium.com/v2/resize:fit:1400/format:webp/0*s4aYM3jrmXeaZf27",
"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",
"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",
"title": "Neo X MainNet Launches",
"url": "https://medium.com/neo-smart-economy/neo-x-mainnet-launches-f524ab7afeb6",
},
{
"date": "18/07/2024",
"title": "Neo Launches the Neo X Gamma TestNet",
Expand Down
21 changes: 0 additions & 21 deletions src/app/components/News.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@
import React from "react"
export default function News() {
const posts = [
{
"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",
Expand Down

0 comments on commit df15cb2

Please sign in to comment.