File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,9 +207,7 @@ export default {
207207 * `isDark` (same source of truth as the toggle).
208208 */
209209 const syncOssHeaderThemeAttr = ( dark : boolean ) => {
210- const header = document . querySelector (
211- ".docs-layout header" ,
212- ) as HTMLElement | null ;
210+ const header = document . querySelector ( ".docs-layout header" ) as HTMLElement | null ;
213211 const bar = header ?. parentElement ;
214212 if ( ! bar ) return ;
215213 if ( dark ) bar . setAttribute ( "data-theme" , "dark" ) ;
Original file line number Diff line number Diff line change 11---
22layout : doc
33title : Plane Docs
4- description :
5- Everything you need to learn Plane, manage projects, and build powerful
6- workflows.
4+ description : Everything you need to learn Plane, manage projects, and build powerful workflows.
75---
86
97<!-- @format -->
You can’t perform that action at this time.
0 commit comments