Skip to content

Commit

Permalink
Update open with options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and svenefftinge committed Sep 20, 2023
1 parent 21aa159 commit 173fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const GitpodButton = ({ application, additionalClassNames }: GitpodButton
},
{
href: address + "/?autostart=false#" + window.location.toString(),
label: "Open with Options ...",
label: "Open with options...",
},
]
const dropdownRef = useRef<HTMLDivElement | null>(null);
Expand Down

0 comments on commit 173fa03

Please sign in to comment.