Skip to content

Commit

Permalink
Merge branch 'main' into feat-more-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng authored Jan 30, 2025
2 parents 742370a + e8e79a1 commit 4a22724
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 0 additions & 2 deletions packages/shared/src/graphql/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export interface Post {
author?: Author;
scout?: Scout;
views?: number;
placeholder?: string;
read?: boolean;
bookmarked?: boolean;
trending?: number;
Expand Down Expand Up @@ -262,7 +261,6 @@ export const POST_BY_ID_STATIC_FIELDS_QUERY = gql`
title
permalink
image
placeholder
createdAt
readTime
tags
Expand Down
1 change: 1 addition & 0 deletions packages/webapp/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function InternalApp({ Component, pageProps, router }: AppProps): ReactElement {
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="slack-app-id" content="A07AM7XC529" />
<meta name="apple-itunes-app" content="app-id=6740634400" />

<link
rel="apple-touch-icon"
Expand Down

0 comments on commit 4a22724

Please sign in to comment.