fix: corrige link do ticket no chat widget
Remove /dashboard do path do ticket.
Antes: /dashboard/tickets/{id}
Depois: /tickets/{id}
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a0edaf8adb
commit
28598cb04d
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ export function ChatWidget() {
|
||||||
</div>
|
</div>
|
||||||
{activeSession && (
|
{activeSession && (
|
||||||
<a
|
<a
|
||||||
href={`/dashboard/tickets/${activeTicketId}`}
|
href={`/tickets/${activeTicketId}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="group flex items-center gap-1 text-xs text-slate-500 hover:text-slate-900 transition-colors"
|
className="group flex items-center gap-1 text-xs text-slate-500 hover:text-slate-900 transition-colors"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue