Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Jul 19, 2024
1 parent 7eaf1be commit 2396544
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ export default function Interact() {
}}>+ Add Tag</Button>
</div>
<span className="text-sm text-muted-foreground">Equivalent Lua code:</span>
<pre className="text-sm font-btr-code border rounded-md p-2 overflow-scroll">
<pre className="text-sm font-btr-code border border-border/40 rounded-none p-2 overflow-scroll">
{eqLua}
</pre>
</div>
<div>
<Button className="w-full rounded-none" disabled={sendingMessage}
onClick={sendMessage}>Send Message {sendingMessage&&<Loader size={18} className="animate-spin ml-1"/> }</Button>
<pre className="border my-2 overflow-scroll text-xs rounded-md p-2">
<pre className="border border-border/30 my-2 overflow-scroll text-xs rounded-none p-2">
{output}
</pre>
</div>
Expand Down

0 comments on commit 2396544

Please sign in to comment.