Skip to content

Commit

Permalink
docs: fix broken command-center href link
Browse files Browse the repository at this point in the history
  • Loading branch information
choir241 committed Jun 17, 2024
1 parent a94a543 commit 5c6781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/tooling/command-center/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import Docs from '$lib/layouts/Docs.svelte';
import Sidebar from '$lib/layouts/Sidebar.svelte';
import Sidebar from '../../Sidebar.svelte';
</script>

<Docs variant="two-side-navs">
Expand Down

0 comments on commit 5c6781b

Please sign in to comment.