From 85606bdeea696bd6a05cd886a4cd75e2c771cc6f Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:20:12 +0100 Subject: [PATCH] news.html remove about --- news.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/news.html b/news.html index bede396..f71924e 100644 --- a/news.html +++ b/news.html @@ -44,7 +44,7 @@ async function loadNews() { const newsContainer = document.getElementById('news-container'); newsContainer.innerHTML = ''; - // Select the last two news items + const latestNews = data.slice(-2); if (latestNews.length === 0) { @@ -84,7 +84,6 @@ loadNews(); Blockattack -