From d20d2cef5bf214f35059f40b31760e37155f1854 Mon Sep 17 00:00:00 2001 From: Jonathan Ramkissoon Date: Thu, 8 Jul 2021 17:02:41 -0400 Subject: [PATCH] updated DS to AR --- _includes/team-color-logic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/team-color-logic.html b/_includes/team-color-logic.html index 76dac8b..e87eb10 100644 --- a/_includes/team-color-logic.html +++ b/_includes/team-color-logic.html @@ -9,7 +9,7 @@ {% elsif page.team == "Android" %} {% assign theme = 'grass' %} - {% elsif page.team == "Data Science" %} + {% elsif page.team == "Applied Research" %} {% assign theme = 'slate' %} {% elsif page.team == "Web Development" %}