Skip to content

Commit ada1b40

Browse files
Jason Taylorjasontaylordev
authored andcommitted
🍻 Add emojis to seed data.
1 parent b66a2ba commit ada1b40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Infrastructure/Persistence/ApplicationDbContextInitialiser.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ public async Task TrySeedAsync()
7878
Title = "Todo List",
7979
Items =
8080
{
81-
new TodoItem { Title = "Make a todo list" },
82-
new TodoItem { Title = "Check off the first item" },
83-
new TodoItem { Title = "Realise you've already done two things on the list!"},
84-
new TodoItem { Title = "Reward yourself with a nice, long nap" },
81+
new TodoItem { Title = "Make a todo list 📃" },
82+
new TodoItem { Title = "Check off the first item" },
83+
new TodoItem { Title = "Realise you've already done two things on the list! 🤯"},
84+
new TodoItem { Title = "Reward yourself with a nice, long nap 🏆" },
8585
}
8686
});
8787

0 commit comments

Comments
 (0)