From fb4bafa27891f09bd8ac3c778ab18c6bb58f6eb0 Mon Sep 17 00:00:00 2001 From: kadensu Date: Thu, 16 Jan 2020 21:54:01 -0800 Subject: [PATCH] Updated links Collegian links for new website --- components/footer/footer.component.html | 2 +- components/nav-bar/nav-bar.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/footer/footer.component.html b/components/footer/footer.component.html index 1e22ac3..bc2dcf3 100644 --- a/components/footer/footer.component.html +++ b/components/footer/footer.component.html @@ -48,7 +48,7 @@
ASWWU LINKS
Photos
Videos Vimeo
Videos Youtube
- Collegian
+ Collegian

diff --git a/components/nav-bar/nav-bar.component.ts b/components/nav-bar/nav-bar.component.ts index bebb61c..20a1fc9 100644 --- a/components/nav-bar/nav-bar.component.ts +++ b/components/nav-bar/nav-bar.component.ts @@ -43,7 +43,7 @@ export class NavBarComponent { { text: "Departments", link: null, dropdownLinks: [ { text: "Administration", link: "https://aswwu.com/pages/administration" }, { text: "Atlas", link: "https://aswwu.com/atlas" }, - { text: "Collegian", link: "https://collegian.xyz" }, + { text: "Collegian", link: "https://www.aswwucollegian.com/" }, { text: "Diversity & Wellness", link: "https://aswwu.com/pages/diversity-wellness"}, { text: "Global Service", link: "https://aswwu.com/pages/globalservice" }, { text: "Mountain Rents", link: "https://aswwu.com/pages/mt-rents" },