mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix cloud functions shortcut link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user