Skip to content

Commit 0324d81

Browse files
Fix app-a
Learning module suppose to show shorthand vs longhand but has shorthand in both app-a and app-b.
1 parent a343129 commit 0324d81

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
big
88
</label>
99

10-
<div class:big>
10+
<div class:big={big}>
1111
some {big ? 'big' : 'small'} text
1212
</div>
1313

0 commit comments

Comments
 (0)