diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-25 17:30:12 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-25 17:30:12 -0700 |
commit | 2375ca5ff9b054d5128d5e4fc8507f925b25aebf (patch) | |
tree | e51759a2f1ef9d1fcf2d8a046e788dbd803a759d /extension/src/debugPanel.ts | |
parent | 509d6c22805675a21aeaa15187223ede705b3819 (diff) | |
download | sncontinue-2375ca5ff9b054d5128d5e4fc8507f925b25aebf.tar.gz sncontinue-2375ca5ff9b054d5128d5e4fc8507f925b25aebf.tar.bz2 sncontinue-2375ca5ff9b054d5128d5e4fc8507f925b25aebf.zip |
updating ui to match config-py branch
Diffstat (limited to 'extension/src/debugPanel.ts')
-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> |