Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -316,7 +316,7 @@
|
|
316 |
},
|
317 |
'Behavior Analyst': {
|
318 |
color: '#FCBA40',
|
319 |
-
name: 'Behavior
|
320 |
},
|
321 |
'UDL Expert': {
|
322 |
color: '#A50064',
|
@@ -324,7 +324,7 @@
|
|
324 |
},
|
325 |
'prompt3': {
|
326 |
color: '#11C7B5',
|
327 |
-
name: '
|
328 |
},
|
329 |
'custom': {
|
330 |
color: '#0066B3',
|
@@ -361,9 +361,9 @@
|
|
361 |
body.className = '';
|
362 |
|
363 |
// Set the appropriate theme class
|
364 |
-
const themeClass = promptKey === 'Behavior
|
365 |
promptKey === 'UDL Expert' ? 'theme-udl' :
|
366 |
-
promptKey === '
|
367 |
|
368 |
body.classList.add(themeClass);
|
369 |
|
|
|
316 |
},
|
317 |
'Behavior Analyst': {
|
318 |
color: '#FCBA40',
|
319 |
+
name: 'Behavior Expert'
|
320 |
},
|
321 |
'UDL Expert': {
|
322 |
color: '#A50064',
|
|
|
324 |
},
|
325 |
'prompt3': {
|
326 |
color: '#11C7B5',
|
327 |
+
name: 'Learning Support Expert'
|
328 |
},
|
329 |
'custom': {
|
330 |
color: '#0066B3',
|
|
|
361 |
body.className = '';
|
362 |
|
363 |
// Set the appropriate theme class
|
364 |
+
const themeClass = promptKey === 'Behavior Expert' ? 'theme-behavior' :
|
365 |
promptKey === 'UDL Expert' ? 'theme-udl' :
|
366 |
+
promptKey === 'Learning Support Expert' ? 'theme-prompt3' : 'theme-default';
|
367 |
|
368 |
body.classList.add(themeClass);
|
369 |
|