From 45c32933857fe50f133b624e03cfda55e3ca5fb0 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 22 Jul 2023 09:28:51 +0200 Subject: [PATCH] format --- website/src/config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/src/config.ts b/website/src/config.ts index 64971466..ba9b0666 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -89,9 +89,7 @@ export const SIDEBAR: Sidebar = { { text: 'Accumulation', link: 'learn/accumulation' }, { text: 'Tonal Functions', link: 'learn/tonal' }, ], - Understand: [ - { text: 'Pitch', link: 'understand/pitch' }, - ], + Understand: [{ text: 'Pitch', link: 'understand/pitch' }], Development: [ { text: 'REPL', link: 'technical-manual/repl' }, { text: 'Sounds', link: 'technical-manual/sounds' },