From f0af784be1ce5f36c9b03a04fa834acfe7578944 Mon Sep 17 00:00:00 2001
From: Kevin Paxman <kpaxman@uwaterloo.ca>
Date: Mon, 25 Mar 2024 11:14:47 -0400
Subject: [PATCH] ISTWCMS-6831: remove extraneous comment

---
 .../04-components/facts-and-figures/_facts-and-figures.scss     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
index 8512053e..bff24070 100644
--- a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
+++ b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
@@ -328,7 +328,7 @@ $highlighted-fact-round: $global-rounded;
               &__small{
                 background-color: var(--#{$colour}-primary);
                 @if $faculty == neutral {
-                  color: var(--uw-black); //Kevin
+                  color: var(--uw-black);
                 }
                 @else {
                   color: var(--uw-white);
-- 
GitLab