diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-25 19:12:41 -0700 |
commit | 173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b (patch) | |
tree | fa6b74855e69f86bf018a280e4b82965154170b9 /extension/src | |
parent | 47c9bfb963022a219ab9b72cb0561d2fd0c28552 (diff) | |
parent | 4258ba75380e0c0c43e81151f2a9e530c20448bb (diff) | |
download | sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.gz sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.tar.bz2 sncontinue-173b1a766598c3ccf9a9aa9bf87ea25e6de67e5b.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/src')
-rw-r--r-- | extension/src/debugPanel.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts index f97cf846..6da79cdc 100644 --- a/extension/src/debugPanel.ts +++ b/extension/src/debugPanel.ts @@ -262,6 +262,7 @@ export function setupDebugPanel( <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> <title>Continue</title> </head> |