Tokenization fixes:

- remove articles focused on price speculation
- fix network speed stat
This commit is contained in:
mDuo13
2024-07-03 16:57:42 -07:00
parent cc1fb10956
commit 91b32d872c

View File

@@ -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 = () => {