mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 00:29:46 +01:00 
			
		
		
		
	dark mode + .... some form of toggle :)
This commit is contained in:
		| @@ -7,6 +7,7 @@ import { Menu } from "./Menu"; | ||||
|  | ||||
| import * as styles from "./Sidebar.module.scss"; | ||||
| import { useSiteMetadata } from "@/hooks"; | ||||
| import ThemeSwitcher from "../DarkmodeSwitch/ThemeSwitcher"; | ||||
|  | ||||
| type Props = { | ||||
|   isIndex?: boolean; | ||||
| @@ -23,6 +24,7 @@ const Sidebar = ({ isIndex }: Props) => { | ||||
|         <Contacts contacts={author.contacts} /> | ||||
|         <Copyright copyright={copyright} /> | ||||
|         <Menu menu={legalMenu} /> | ||||
|         <ThemeSwitcher /> | ||||
|       </div> | ||||
|     </div> | ||||
|   ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user