Skip to content

Commit

Permalink
feat: link to help for monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Apr 14, 2023
1 parent a51f63c commit c71fa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/routes/(sub)/observatory/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</script>

<IdentityGuard>
<Tabs help="https://juno.build/docs/architecture">
<Tabs help="https://juno.build/docs/miscellaneous/monitoring">
{#if nonNullish($missionControlStore)}
<MissionControlObservatory missionControlId={$missionControlStore} />
{/if}
Expand Down

0 comments on commit c71fa82

Please sign in to comment.