Skip to content

Commit

Permalink
docs: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Nov 29, 2024
1 parent fd344cf commit 1063f47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/src/components/BookmarksPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
Trash2,
X,
MessageSquare,
Maximize2,
} from "lucide-react";
import {
Select,
Expand Down Expand Up @@ -104,6 +105,14 @@ const BookmarksPanel: React.FC = () => {
Clear All
</Button>
</div>
<div className="text-xs mb-4 bg-muted/50 p-2 rounded-md flex items-center gap-2">
<span className="text-muted-foreground">Tip:</span>
<span>
Click{" "}
<Maximize2 className="h-3 w-3 inline-block mx-0.5 text-primary" /> in
any output column to leave feedback
</span>
</div>
<div className="flex mb-2">
<Input
type="text"
Expand Down

0 comments on commit 1063f47

Please sign in to comment.