Skip to content

Commit

Permalink
Adding icons to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Feb 15, 2025
1 parent bddd7b0 commit 7624f9f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,13 @@ internal fun aiTutorial() =
"position": 11
}
],
"createdAt": 1739266505096,
"lastUpdatedAt": 1739551086359,
"createdAt": 1739622940581,
"lastUpdatedAt": 1739622940581,
"parentId": "root",
"isLocked": false
"isLocked": false,
"icon": {
"label": "ai",
"tint": -7829368
}
}
"""
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,13 @@ internal fun commandsTutorial() =
"position": 27
}
],
"createdAt": 1739376267686,
"lastUpdatedAt": 1739546191508,
"createdAt": 1739622940549,
"lastUpdatedAt": 1739622940549,
"parentId": "root",
"isLocked": false
"isLocked": false,
"icon": {
"label": "command",
"tint": -256
}
}
"""
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,13 @@ internal fun welcomeTutorial() =
"position": 10
}
],
"createdAt": 1739266140149,
"lastUpdatedAt": 1739551119969,
"createdAt": 1739622940593,
"lastUpdatedAt": 1739622940593,
"parentId": "root",
"isLocked": false
"isLocked": false,
"icon": {
"label": "home",
"tint": -65281
}
}
"""

0 comments on commit 7624f9f

Please sign in to comment.