File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed
Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 1+ "use client" ;
2+
13import { CodeEditor } from "@react-md/code/CodeEditor" ;
24import { CodeEditorCopyToClipboard } from "@react-md/code/CodeEditorCopyToClipboard" ;
35import { CodeEditorProgress } from "@react-md/code/CodeEditorProgress" ;
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export function WebsiteConfiguration(): ReactElement {
7272 theme : "secondary" ,
7373 themeType : "contained" ,
7474 } ) }
75+ onClick = { disable }
7576 >
7677 Edit Website Colors
7778 </ Link >
Original file line number Diff line number Diff line change @@ -959,23 +959,6 @@ export const navItems: readonly NavigationItem[] = [
959959 } ,
960960 ] ,
961961 } ,
962- {
963- type : "group" ,
964- href : "/styling" ,
965- children : "Styling" ,
966- items : [
967- {
968- type : "route" ,
969- href : "/class-name-functions" ,
970- children : "Class Name Functions" ,
971- } ,
972- {
973- type : "route" ,
974- href : "/css-modules" ,
975- children : "CSS Modules" ,
976- } ,
977- ] ,
978- } ,
979962 {
980963 type : "group" ,
981964 href : "/utils" ,
You can’t perform that action at this time.
0 commit comments