You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Command details varibales
85
85
| name | `string` | The text to be displayed for this command| Search
86
86
| logo |`component`| Component that will be next to command's name |`<SearchOutlinedIcon/>` from Material UI|
87
87
| shortcut |`string`| Shortcut text to display next to command name |⌘ S|
88
-
| callback |`func`| A function callback text to be displayed for this command|function searchCallback(){<br/>console.log("search called")<br/>}|
88
+
| callback |`func`| A function callback text to be displayed for this command|function searchCallback(){<br/> console.log("search called")<br/>}|
0 commit comments