mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Add lemmy-site class for easier detection
This commit is contained in:
parent
6a9b936d08
commit
e597e59bfe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class App extends Component<any, any> {
|
|||
return (
|
||||
<>
|
||||
<Provider i18next={i18n}>
|
||||
<div id="app">
|
||||
<div id="app" className="lemmy-site">
|
||||
{siteView && (
|
||||
<Theme defaultTheme={siteView.local_site.default_theme} />
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue