mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Tokenization fixes:
- remove articles focused on price speculation - fix network speed stat
This commit is contained in:
@@ -111,8 +111,8 @@ const stats = [
|
||||
},
|
||||
{
|
||||
id: "network-speed",
|
||||
stat: "0.4",
|
||||
description: "Network speed (sec)",
|
||||
stat: "4",
|
||||
description: "Seconds to confirmation",
|
||||
},
|
||||
{
|
||||
id: "fee-per-tx",
|
||||
@@ -170,21 +170,12 @@ const projects = [
|
||||
];
|
||||
|
||||
const articles = [
|
||||
{
|
||||
time: "JAN 2024",
|
||||
title: "XRP Price Prediction: Will Ripple Make Waves in 2024?",
|
||||
url: "https://www.forbes.com/advisor/au/investing/cryptocurrency/xrp-price-prediction",
|
||||
},
|
||||
{
|
||||
time: "JAN 2024",
|
||||
title: "XRP Could Surge Massively in 2024",
|
||||
url: "https://u.today/xrp-could-surge-massively-at-beginning-of-2024-heres-why",
|
||||
},
|
||||
{
|
||||
time: "NOV 2023",
|
||||
title: "NFTs and the XRPL: A Marriage of Art and Technology",
|
||||
url: "https://medium.com/@MariaSolorzano/title-nfts-and-the-xrpl-a-marriage-of-art-and-technology-cf76a0432693",
|
||||
},
|
||||
// TODO: Add more articles that aren't focused on price speculation
|
||||
];
|
||||
|
||||
const FeaturedProjects = () => {
|
||||
|
||||
Reference in New Issue
Block a user