fix: remove ABC news from news page

This commit is contained in:
Andrew R
2025-03-03 13:00:58 +10:30
committed by GitHub
parent 3277b02dfb
commit d3d7a1199f
+1 -1
View File
@@ -2827,7 +2827,7 @@ export async function SendNewsPage() {
const html = stringToHTML(/* html */` const html = stringToHTML(/* html */`
<div class="home-root"> <div class="home-root">
<div class="home-container" id="news-container"> <div class="home-container" id="news-container">
<h1 class="border">Latest Headlines - ABC News</h1> <h1 class="border">Latest Headlines in ${settingsState.newsSource}</h1>
</div> </div>
</div>`) </div>`)