Skip to content

Commit

Permalink
feat(gatsby-admin): add favicon (#26121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jul 30, 2020
1 parent c20e7ef commit 0211c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-admin/src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const Layout: React.FC<{}> = ({ children }) => (
<Providers>
<Helmet>
<title>Gatsby Admin</title>
<link rel="icon" href="/favicon.ico" />
<html lang="en" />
</Helmet>
<Flex gap={0} flexDirection="column">
Expand Down
Binary file added packages/gatsby-admin/static/favicon.ico
Binary file not shown.

0 comments on commit 0211c05

Please sign in to comment.