Merge pull request #220 from ar-cyber/patch-24

fix: remove ABC news from news page #219
This commit is contained in:
Seth Burkart
2025-03-04 17:14:20 +11:00
committed by GitHub
+1 -1
View File
@@ -2827,7 +2827,7 @@ export async function SendNewsPage() {
const html = stringToHTML(/* html */`
<div class="home-root">
<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>`)