Skip to content

Commit 0de4704

Browse files
committed
chore: rename task-form.scss to task-form.css in English documentation
- Updated file extension from .scss to .css for the task-form component in the English documentation to maintain consistency across all language versions.
1 parent 1ce9ce5 commit 0de4704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/create-task/create-form-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import NotificationCard from "../../../../components/ui/NotificationCard";
5151
└─ task-form
5252
+ └─ task-form.ts
5353
+ └─ task-form.html
54-
+ └─ task-form.scss
54+
+ └─ task-form.css
5555
```
5656

5757
</Steps>

0 commit comments

Comments
 (0)