mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: change tool labels
This commit is contained in:
parent
fdd23899f1
commit
320d05d414
3 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ export function Notepad({ open }: NotepadProps) {
|
|||
<Item
|
||||
active={!!note.length}
|
||||
icon={<MdNotes />}
|
||||
label="Notepad"
|
||||
label="Simple Notepad"
|
||||
shortcut="Shift + N"
|
||||
onClick={open}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export function Pomodoro({ open }: PomodoroProps) {
|
|||
<Item
|
||||
active={running}
|
||||
icon={<MdOutlineAvTimer />}
|
||||
label="Pomodoro"
|
||||
label="Pomodoro Timer"
|
||||
shortcut="Shift + P"
|
||||
onClick={open}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -31,11 +31,11 @@ export function ShortcutsModal({ onClose, show }: ShortcutsModalProps) {
|
|||
},
|
||||
{
|
||||
keys: ['Shift', 'N'],
|
||||
label: 'Notepad',
|
||||
label: 'Simple Notepad',
|
||||
},
|
||||
{
|
||||
keys: ['Shift', 'P'],
|
||||
label: 'Pomodoro',
|
||||
label: 'Pomodoro Timer',
|
||||
},
|
||||
{
|
||||
keys: ['Shift', 'T'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue