mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
Merge pull request #220 from ar-cyber/patch-24
fix: remove ABC news from news page #219
This commit is contained in:
+1
-1
@@ -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>`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user