Added hamburger and member sidebar icons

This commit is contained in:
nizune
2021-07-08 18:39:03 +02:00
parent a4fee369c8
commit b316e41077
5 changed files with 16 additions and 13 deletions

View File

@@ -335,13 +335,7 @@ function Theme({ children, options }: Props) {
return (
<ThemeContext.Provider value={theme}>
<Helmet>
<meta
name="theme-color"
content={
isTouchscreenDevice
? theme["primary-header"]
: theme["background"]
}
<meta name="theme-color" content={theme["background"]}
/>
</Helmet>
<GlobalTheme theme={theme} />