Skip to content

Commit c6a6354

Browse files
committed
refactor: use american spelling for consistency
1 parent 53f6c7a commit c6a6354

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

packages/site/src/routes/demo/snackbar/index.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
Using dynamic text
2626
</Demo>
2727

28+
<Demo component={Colors} file="snackbar/_Colors.svelte">
29+
Colored snackbars
30+
</Demo>
31+
2832
<Demo component={Kitchen} file="snackbar/_Kitchen.svelte">
2933
The "Kitchen" Snackbar generator
3034
</Demo>
@@ -37,5 +41,6 @@
3741
import LeadingWithAction from './_LeadingWithAction.svelte';
3842
import StackedWithAction from './_StackedWithAction.svelte';
3943
import DynamicText from './_DynamicText.svelte';
44+
import Colors from './_Colors.svelte';
4045
import Kitchen from './_Kitchen.svelte';
4146
</script>

0 commit comments

Comments
 (0)