Skip to content

Commit 91e19e8

Browse files
fix: format Link component to match linting requirements
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent ff4fc2f commit 91e19e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
225225
<Stack direction="row" spacing={2}>
226226
{canUpdateTemplate && (
227227
<Button asChild size="sm" variant="outline">
228-
<Link to={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}>
228+
<Link
229+
to={`/templates/${template.organization_name}/${template.name}/versions/${versionId}/edit`}
230+
>
229231
<ExternalLinkIcon />
230232
View source
231233
</Link>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy