Skip to content

Commit

Permalink
fix: updating new suppert ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Mar 1, 2024
1 parent 457918f commit 79e7b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,8 @@ const { sessionStorage, localStorage, Image, $, app } = window
'</a>' +
'</li>' +
'<li class="menu-item">' +
'<a target="_blank" class="menu-link" href="https://community.e-com.plus/new-message?username=matheus&title=Assunto%20do%20ticket&body=Pergunta%20do%20ticket">' +
'<a target="_blank" class="menu-link"' +
' href="https://community.e-com.plus/new-message?username=matheus%2Cvitor%2Cluiza&title=Assunto%20do%20ticket&body=Pergunta%20do%20ticket">' +
'<span class="icon fa fa-ticket"></span>' +
'<span class="title">Abrir ticket</span>' +
'</a>' +
Expand Down

0 comments on commit 79e7b17

Please sign in to comment.