[desktop] Fix: Failed to display "News" on the dashboard

This commit is contained in:
Alexandr Stelnykovych
2025-03-21 13:38:10 +02:00
parent 453a8ff0ba
commit 15bd31adb5
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ interface News {
cards: NewsCard[];
}
const newsResourceIdentifier = "all/intel/portmaster/news.yaml"
const newsResourceIdentifier = "intel/news.yaml"
@Component({
selector: 'app-dashboard',