aboutsummaryrefslogtreecommitdiff
path: root/Website/scripts/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Website/scripts/main.ts')
-rw-r--r--Website/scripts/main.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/Website/scripts/main.ts b/Website/scripts/main.ts
index 7fce053..e68bc97 100644
--- a/Website/scripts/main.ts
+++ b/Website/scripts/main.ts
@@ -31,10 +31,10 @@ class Article {
let root = document.getElementById('root');
-let title = "Title";
+let title = "Amazon reconsiders building new headquarters in New York City: WaPo";
let description = "Description";
let article = "https://www.wikipedia.org/";
-let image = "https://wallpapertag.com/wallpaper/full/4/d/9/836367-vertical-plain-blue-screen-wallpaper-1920x1080-1920x1080-windows-7.jpg";
+let image = "https://s.abcnews.com/images/Business/long-island-city-gty-jc-181112_hpMain_4x3t_384.jpg";
let articles: Array<Article> = [
new Article(title, description, article, image),