We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f55135 commit 209e011Copy full SHA for 209e011
site/src/components/AppLink/AppLink.tsx
@@ -26,7 +26,7 @@ export const AppLink: FC<PropsWithChildren<AppLinkProps>> = ({
26
appIcon,
27
}) => {
28
const styles = useStyles()
29
- const href = `/@${userName}/${workspaceName}.${agentName}/apps/${appName}`
+ const href = `/@${userName}/${workspaceName}.${agentName}/apps/${encodeURIComponent(appName)}`
30
31
return (
32
<Link
0 commit comments