Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/editor/KeyboardShortcut.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class KeyboardShortcut extends React.Component {
spacing={10}>
<Tooltip title="Keyboard Shortcut">
<Button
id = "keyboard-tour"
className="shortcut-button"
variant="contained"
size="small"
Expand Down
2 changes: 1 addition & 1 deletion src/myr/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const TourSteps = [
content: "You can log in with a Google account in order to save your scenes.",
},
{
selector: "#keyboard-shortcut",
selector: "#keyboard-tour",
content: "View all of the keyboard shortcuts available to you."
},
{
Expand Down