diff --git a/components/layouts/header.tsx b/components/layouts/header.tsx index 4ead732..11958da 100644 --- a/components/layouts/header.tsx +++ b/components/layouts/header.tsx @@ -165,6 +165,36 @@ const Header = () => {
+ {/* ------------------- Start Theme Switch ------------------- */} +
+ {themeConfig.theme === 'light' ? ( + + ) : ( + '' + )} + {themeConfig.theme === 'dark' && ( + + )} +
+ {/* ------------------- End Theme Switch ------------------- */} + +