Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
Hi @gotochkin 
I know this is a last min request. I was thinking may be just for a couple of days, could we include this URL in the chat - to enable users to snap a toy placed in the demo booth and copy the description to the chat input. Kindly let me know if this is ok to just merge this PR:

   <a href="https://toys-uxu5wi2jpa-uc.a.run.app" target="_blank">Toys like this: Click and Copy!
            </a>
  • Loading branch information
AbiramiSukumaran authored Jul 14, 2024
1 parent b68551a commit 5a19dc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/cymbal-toy-store/frontend/src/app/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ export default function Chat({
<Image alt="send" src="/cart_add.svg" height="30" width="30" />
Add to cart
</button>

<a href="https://toys-uxu5wi2jpa-uc.a.run.app" target="_blank">Toys like this!
</a>

</div>
)}
<div ref={messagesEndRef}></div>
Expand Down

0 comments on commit 5a19dc4

Please sign in to comment.