fix cloud functions shortcut link

This commit is contained in:
shamsmosowi
2022-03-08 00:32:56 +08:00
parent 7a140a86f0
commit 953f13f69d

View File

@@ -96,8 +96,7 @@ export default function CodeEditorHelper({
color="primary"
target="_blank"
rel="noopener noreferrer"
//href={`https://console.cloud.google.com/functions/list?project=${projectId}`}
href={`https://console.cloud.google.com/functions/edit/us-central1/R-lwj?env=gen1&project=${projectId}`}
href={`https://console.cloud.google.com/functions/list?project=${projectId}`}
>
<FunctionsIcon fontSize="small" />
</IconButton>