mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 03:54:24 +08:00
Fix file encoding emoji
This commit is contained in:
parent
600c658eed
commit
066df147ed
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ defmodule Livebook.Migration do
|
|||
Livebook.Hubs.save_hub(%Livebook.Hubs.Personal{
|
||||
id: Livebook.Hubs.Personal.id(),
|
||||
hub_name: "Personal",
|
||||
hub_emoji: "🝠",
|
||||
hub_emoji: "🏠",
|
||||
secret_key: Livebook.Hubs.Personal.generate_secret_key()
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue