]> Untitled Git - lemmy-ui.git/commitdiff
Add `id` to `App` component (#880)
authorZachary Dunn <zcdunn@users.noreply.github.com>
Thu, 22 Dec 2022 21:54:52 +0000 (16:54 -0500)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2022 21:54:52 +0000 (16:54 -0500)
Fixes #204. There's already a style block for `#app` so this just sets the id so those styles are applied.

src/shared/components/app/app.tsx

index 70e21a93b62499d70448753f169522d6199c4838..a788636193bbb5f2c56dd064e0e546bfb1e7c807 100644 (file)
@@ -23,7 +23,7 @@ export class App extends Component<any, any> {
     return (
       <>
         <Provider i18next={i18n}>
-          <div>
+          <div id="app">
             <Theme defaultTheme={siteView.local_site.default_theme} />
             {siteView.site.icon.match({
               some: icon => (