Skip to content

Commit 95109d6

Browse files
fix: make beforeupdate and afterupdate excercise work (sveltejs#176)
svelte.config.js was unnecessary and failed the dev server
1 parent dd0b9fa commit 95109d6

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

content/tutorial/01-svelte/07-lifecycle/03-update/app-a/src/lib/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
.eliza span {
104104
background-color: #eee;
105105
border-radius: 1em 1em 1em 0;
106+
color: black;
106107
}
107108
108109
.user span {

content/tutorial/01-svelte/07-lifecycle/03-update/app-a/svelte.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/tutorial/01-svelte/07-lifecycle/03-update/app-b/src/lib/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
.eliza span {
108108
background-color: #eee;
109109
border-radius: 1em 1em 1em 0;
110+
color: black;
110111
}
111112
112113
.user span {

0 commit comments

Comments
 (0)