We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158584a commit 1ecf0a4Copy full SHA for 1ecf0a4
packages/standalone-ui/src/composables/useCourseConfig.ts
@@ -4,7 +4,7 @@ import config from '../../skuilder.config.json';
4
// This would be replaced by actual course configuration in a real implementation
5
const defaultConfig = {
6
title: config.title ? config.title : '[UNSET] Course Title',
7
- description: 'Course Description',
+ description: 'This is the devenv test course setup.',
8
logo: '',
9
darkMode: false,
10
links: [
0 commit comments