@@ -75,12 +75,12 @@ const useSearchableData = () => {
7575 { title : 'Show Version' , type : 'command' , commandId : 'showVersion' } ,
7676 { title : 'Go to Latest Post' , type : 'command' , commandId : 'latestPost' } ,
7777 { title : 'Go to Latest Log' , type : 'command' , commandId : 'latestLog' } ,
78- { title : 'Her Daim' , type : 'command' , commandId : 'herDaim' } ,
7978 { title : 'Show Current Time' , type : 'command' , commandId : 'showTime' } ,
8079 { title : 'Toggle Digital Rain' , type : 'command' , commandId : 'digitalRain' } ,
8180 { title : 'Generate Art' , type : 'command' , commandId : 'generateArt' } ,
8281 { title : 'Leet Speak Transformer' , type : 'command' , commandId : 'leetTransformer' } ,
83- { title : 'Stopwatch' , type : 'command' , commandId : 'stopwatch' } ,
82+ { title : 'Show Quick Stopwatch' , type : 'command' , commandId : 'stopwatch' } ,
83+ { title : 'Her Daim' , type : 'command' , commandId : 'herDaim' } ,
8484 ] ;
8585
8686 setItems ( [ ...staticRoutes , ...customCommands , ...allPosts , ...allProjects , ...allLogs , ...allApps ] ) ;
0 commit comments