Skip to content

Commit

Permalink
rename tab to 'Getting Started'
Browse files Browse the repository at this point in the history
  • Loading branch information
heavy-d committed Jan 12, 2025
1 parent 94e4c25 commit 4e539e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/components/workflows/ExampleGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,11 @@ const ExampleGrid = () => {
leaveDelay={TOOLTIP_LEAVE_DELAY}
>
<Button
onClick={() => setSelectedTag("start")}
onClick={() => setSelectedTag("getting-started")}
variant="outlined"
className={selectedTag === "start" ? "selected" : ""}
className={selectedTag === "getting-started" ? "selected" : ""}
>
Start
Getting Started
</Button>
</Tooltip>
{Object.keys(groupedWorkflows)
Expand Down

0 comments on commit 4e539e0

Please sign in to comment.