We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939858c commit 20ed5c1Copy full SHA for 20ed5c1
site/src/modules/resources/PortForwardButton.tsx
@@ -253,7 +253,9 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
253
</Stack>
254
<Stack direction="column" gap={1}>
255
<HelpTooltipText css={{ color: theme.palette.text.secondary }}>
256
- {"The listening ports are exclusively accessible to you. Selecting HTTP/S will change the protocol for all listening ports."}
+ {
257
+ "The listening ports are exclusively accessible to you. Selecting HTTP/S will change the protocol for all listening ports."
258
+ }
259
</HelpTooltipText>
260
<Stack
261
direction="row"
0 commit comments