mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Format and automatically fix linted code.
This commit is contained in:
@@ -335,8 +335,7 @@ function Theme({ children, options }: Props) {
|
||||
return (
|
||||
<ThemeContext.Provider value={theme}>
|
||||
<Helmet>
|
||||
<meta name="theme-color" content={theme["background"]}
|
||||
/>
|
||||
<meta name="theme-color" content={theme["background"]} />
|
||||
</Helmet>
|
||||
<GlobalTheme theme={theme} />
|
||||
{theme.css && (
|
||||
|
||||
Reference in New Issue
Block a user