Skip to content

Commit

Permalink
fixed config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kholmogorov27 committed Mar 7, 2023
1 parent 5d7c568 commit 2ed2882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const CONFIG = {
category: 'Social',
name: 'Discord',
icon: 'discord',
key: 'keyD',
key: 'KeyD',
triggers: [
'd',
'dis',
Expand Down Expand Up @@ -375,7 +375,7 @@ const CONFIG = {
category: 'Work',
name: 'Linkedin',
icon: 'linkedin',
key: 'keyL',
key: 'KeyL',
triggers: [
'l',
'lk',
Expand Down

0 comments on commit 2ed2882

Please sign in to comment.