mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
feat: add "goto create link/category" keybinds
This commit is contained in:
@@ -51,8 +51,12 @@ function MenuControls({
|
||||
return (
|
||||
<div className={styles["menu-controls"]}>
|
||||
<LinkTag href={"/category/create"}>Créer categorie</LinkTag>
|
||||
<LinkTag href={"/category/create"}>
|
||||
Créer categorie <kbd>C</kbd>
|
||||
</LinkTag>
|
||||
<LinkTag href={`/link/create?categoryId=${categoryActive.id}`}>
|
||||
Créer lien
|
||||
Créer lien <kbd>L</kbd>
|
||||
</LinkTag>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user