From: Zachary Dunn Date: Thu, 22 Dec 2022 21:54:52 +0000 (-0500) Subject: Add `id` to `App` component (#880) X-Git-Url: http://these/git/?a=commitdiff_plain;h=62139df0c322101e805bde7f13399b86562e7c44;p=lemmy-ui.git Add `id` to `App` component (#880) Fixes #204. There's already a style block for `#app` so this just sets the id so those styles are applied. --- diff --git a/src/shared/components/app/app.tsx b/src/shared/components/app/app.tsx index 70e21a9..a788636 100644 --- a/src/shared/components/app/app.tsx +++ b/src/shared/components/app/app.tsx @@ -23,7 +23,7 @@ export class App extends Component { return ( <> -
+
{siteView.site.icon.match({ some: icon => (