diff options
Diffstat (limited to 'extension/react-app/src/components/VSCodeFileLink.tsx')
-rw-r--r-- | extension/react-app/src/components/VSCodeFileLink.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/components/VSCodeFileLink.tsx b/extension/react-app/src/components/VSCodeFileLink.tsx index 6219654d..12ce5af8 100644 --- a/extension/react-app/src/components/VSCodeFileLink.tsx +++ b/extension/react-app/src/components/VSCodeFileLink.tsx @@ -1,7 +1,7 @@ import React from "react"; import { postVscMessage } from "../vscode"; -function VSCodeFileLink(props: { path: string; text?: string }) { +function VS CodeFileLink(props: { path: string; text?: string }) { return ( <a href={`file://${props.path}`} @@ -14,4 +14,4 @@ function VSCodeFileLink(props: { path: string; text?: string }) { ); } -export default VSCodeFileLink; +export default VS CodeFileLink; |