From 852f73ba2c9ab17e82559e6d43635b0cd83fd499 Mon Sep 17 00:00:00 2001 From: Michael Stacy Date: Thu, 16 Jan 2020 13:21:18 -0800 Subject: [PATCH] added the missing department to the dropdown menu --- components/nav-bar/nav-bar.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/nav-bar/nav-bar.component.ts b/components/nav-bar/nav-bar.component.ts index dc460fc..bebb61c 100644 --- a/components/nav-bar/nav-bar.component.ts +++ b/components/nav-bar/nav-bar.component.ts @@ -46,6 +46,7 @@ export class NavBarComponent { { text: "Collegian", link: "https://collegian.xyz" }, { 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" }, { text: "Outdoors", link: "https://aswwu.com/pages/outdoors" }, { text: "Photo", link: "https://aswwu.com/pages/photo" }, { text: "Productions", link: "https://aswwu.com/pages/aswwu-productions" },