Skip to content

Commit

Permalink
config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu authored Sep 10, 2024
1 parent 57a0eba commit da8e4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default {
pause: "⏸️",
resume: "▶️",
stop: "⏹️",
skip: "",
previous: "",
forward: "⏭️",
skip: "⏭️",
previous: "⏮️",
forward: "",
replay: "🔄",
voldown: "🔉",
volup: "🔊",
Expand Down

0 comments on commit da8e4cd

Please sign in to comment.