change button case to match menu

This commit is contained in:
saml33 2023-05-22 23:03:21 +10:00
parent b6a3f47eaf
commit dfd3e1b0e9
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ const TradingViewChart = () => {
return [ return [
{ {
position: 'top', position: 'top',
text: `Set Limit Price (${formatPrice(price)})`, text: `Set limit price (${formatPrice(price)})`,
click: function () { click: function () {
const set = mangoStore.getState().set const set = mangoStore.getState().set
set((s) => { set((s) => {