Skip to content

Commit 1ecf0a4

Browse files
committed
add devenv coursedescription
1 parent 158584a commit 1ecf0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/standalone-ui/src/composables/useCourseConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import config from '../../skuilder.config.json';
44
// This would be replaced by actual course configuration in a real implementation
55
const defaultConfig = {
66
title: config.title ? config.title : '[UNSET] Course Title',
7-
description: 'Course Description',
7+
description: 'This is the devenv test course setup.',
88
logo: '',
99
darkMode: false,
1010
links: [

0 commit comments

Comments
 (0)