diff --git a/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx b/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx
index 2c84932777..3fd488bb6e 100644
--- a/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx
+++ b/packages/shared/src/components/checklist/InstallExtensionChecklistStep.tsx
@@ -3,7 +3,7 @@ import React from 'react';
import type { ChecklistStepProps } from '../../lib/checklist';
import { ChecklistStep } from './ChecklistStep';
import { Button, ButtonVariant } from '../buttons/Button';
-import BrowsersIcon from '../../../icons/browsers.svg';
+import BrowsersIcon from '../icons/Browsers/group.svg';
import { FlexCentered } from '../utilities';
import { useActions } from '../../hooks/useActions';
import { ActionType } from '../../graphql/actions';
diff --git a/packages/shared/src/graphql/posts.ts b/packages/shared/src/graphql/posts.ts
index 57483e1473..5206f8044b 100644
--- a/packages/shared/src/graphql/posts.ts
+++ b/packages/shared/src/graphql/posts.ts
@@ -105,7 +105,6 @@ export interface Post {
author?: Author;
scout?: Scout;
views?: number;
- placeholder?: string;
read?: boolean;
bookmarked?: boolean;
trending?: number;
@@ -262,7 +261,6 @@ export const POST_BY_ID_STATIC_FIELDS_QUERY = gql`
title
permalink
image
- placeholder
createdAt
readTime
tags
diff --git a/packages/webapp/pages/_app.tsx b/packages/webapp/pages/_app.tsx
index 7217751d5a..ca516310d1 100644
--- a/packages/webapp/pages/_app.tsx
+++ b/packages/webapp/pages/_app.tsx
@@ -147,6 +147,7 @@ function InternalApp({ Component, pageProps, router }: AppProps): ReactElement {
+