Skip to content

Commit eb58f51

Browse files
sanjaiyan-devmerceyz
authored andcommitted
docs: add theme colour (#5141)
sanjaiyan: theme color
1 parent 1fffb16 commit eb58f51

File tree

1 file changed

+4
-0
lines changed
  • packages/gatsby/src/components

1 file changed

+4
-0
lines changed

packages/gatsby/src/components/seo.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export function SEO({description, lang = `en`, meta = [], keywords = [], title}:
5151
name: `description`,
5252
content: metaDescription,
5353
},
54+
{
55+
name: `theme-color`,
56+
content: `#25799f`,
57+
},
5458
{
5559
property: `og:title`,
5660
content: title,

0 commit comments

Comments
 (0)