diff --git a/client/src/App.tsx b/client/src/App.tsx
index c488843cc955c038ec74ccd1bf6b1c9e9def4a5f..60e4ee38d107148d84f03bc76821e7fd0138099d 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -6,7 +6,6 @@ import Main from './Main'
 const theme = createMuiTheme({
   palette: {
     primary: {
-      // Purple and green play nicely together.
       main: '#6200EE',
     },
   },