Skip to content

Commit 168db47

Browse files
committed
Add note about what selecting Features does
Fixes #151
1 parent 20bd425 commit 168db47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/webview/newProjectPanel.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,8 @@ export class NewProjectPanel {
19911991
${
19921992
!this._isProjectImport
19931993
? `<div id="section-features" class="snap-start mt-10 project-options">
1994-
<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-8">Features</h3>
1994+
<h3 class="text-xl font-semibold text-gray-900 dark:text-white mb-2">Features</h3>
1995+
<h4 class="text-sm text-gray-900 dark:text-white mb-8">Add example code snippets to demonstrate use of these features</h4>
19951996
<ul class="mb-2 items-center w-full text-sm font-medium text-gray-900 bg-white border border-gray-200 rounded-lg sm:flex dark:bg-gray-700 dark:border-gray-600 dark:text-white">
19961997
<li class="w-full border-b border-gray-200 sm:border-b-0 sm:border-r dark:border-gray-600">
19971998
<div class="flex items-center pl-3">

0 commit comments

Comments
 (0)