Skip to content

Commit

Permalink
Change homepage hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 6, 2023
1 parent a57a654 commit d8de9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
title: 'Homepage',
img: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>',
description: 'Go to homepage',
hotkey: 'cmd+h',
onAction() {
hotkey: '/',
onAction(event) {
window.location.href = '/';
},
},
Expand Down

1 comment on commit d8de9b0

@vercel
Copy link

@vercel vercel bot commented on d8de9b0 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmd-dialog – ./

cmd-dialog.vercel.app
cmd-dialog-ozzyczech.vercel.app
cmd-dialog-git-main-ozzyczech.vercel.app

Please sign in to comment.