diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-21 09:50:45 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-21 09:50:45 -0700 |
commit | 64a318041e68be1cd5cca7a88ef1f87fa15c9c28 (patch) | |
tree | 0a0fa75f11781db9c4a48b80dad10592363dacb3 /extension/react-app/src/components/Layout.tsx | |
parent | 4ae786e39763125709fb30e072789c4df5cb942d (diff) | |
download | sncontinue-64a318041e68be1cd5cca7a88ef1f87fa15c9c28.tar.gz sncontinue-64a318041e68be1cd5cca7a88ef1f87fa15c9c28.tar.bz2 sncontinue-64a318041e68be1cd5cca7a88ef1f87fa15c9c28.zip |
refactor: :children_crossing: change debug shortcut to cmd+shift+r
Diffstat (limited to 'extension/react-app/src/components/Layout.tsx')
-rw-r--r-- | extension/react-app/src/components/Layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx index eee92ff7..cec3f8e1 100644 --- a/extension/react-app/src/components/Layout.tsx +++ b/extension/react-app/src/components/Layout.tsx @@ -150,7 +150,7 @@ const Layout = () => { onMouseEnter={() => { dispatch( setBottomMessage( - "🎁 New Feature: Use ⌘D automatically debug errors in the terminal" + "🎁 New Feature: Use ⌘⇧R automatically debug errors in the terminal" ) ); }} |