mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-23 17:36:15 +02:00
enhanced print view
This commit is contained in:
@@ -23,7 +23,7 @@ export const ThemeSwitcher: FunctionComponent<Props> = ({ showLabel }) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<span className="hideInPrintView">
|
||||
{showLabel && "Switch color mode:"}
|
||||
{showLabel && <br />}
|
||||
<Toggle
|
||||
@@ -34,6 +34,6 @@ export const ThemeSwitcher: FunctionComponent<Props> = ({ showLabel }) => {
|
||||
}}
|
||||
onChange={toggleTheme}
|
||||
/>
|
||||
</>
|
||||
</span>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user