diff --git a/site/src/theme/index.ts b/site/src/theme/index.ts index 8509ccb4135a6..b024e88db1577 100644 --- a/site/src/theme/index.ts +++ b/site/src/theme/index.ts @@ -22,7 +22,7 @@ export interface Theme extends Omit { /** Theme properties that we're testing out but haven't committed to. */ experimental: NewTheme; - //** Theme colors related to marketing */ + /** Theme colors related to marketing */ branding: Branding; monaco: monaco.editor.IStandaloneThemeData;