mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
hn rage
This commit is contained in:
parent
8e8bb1600d
commit
e18b2cf2bf
5 changed files with 51 additions and 3 deletions
|
@ -59,5 +59,21 @@ exports.dialog = [{
|
|||
' * merge'
|
||||
]
|
||||
}
|
||||
}, {
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Sharing is caring!',
|
||||
'',
|
||||
'Share trees with your friends via',
|
||||
'',
|
||||
' * export tree',
|
||||
' * import tree',
|
||||
'',
|
||||
'Have a great lesson to share? Try building a level with',
|
||||
'',
|
||||
' * build level'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue