Skip to content

Commit

Permalink
hide helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Dec 24, 2024
1 parent 997d999 commit b192336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(playground)/p/[agentId]/components/navigation-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -677,13 +677,13 @@ function GitHubIntegrationForm() {
value={callSign}
onChange={(e) => setCallSign(e.target.value)}
/>
<span className="text-black-70 text-[12px]">
{/* <span className="text-black-70 text-[12px]">
You can call this agent by commenting{" "}
<span className="py-[0px] px-[4px] text-black--30 bg-black-70 rounded-[2px]">
/giselle {callSign === "" ? "[call sign]" : callSign}
</span>{" "}
in the issue route06inc/giselle.
</span>
</span> */}
</ContentPanelSectionFormField>
</ContentPanelSectionFormField>
</ContentPanelSection>
Expand Down

0 comments on commit b192336

Please sign in to comment.