Skip to content

Commit

Permalink
💄 Add theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 21, 2023
1 parent 7bf8ec4 commit 8adc936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IndexHTML.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default class IndexHTML extends React.Component {
<meta charSet="UTF-8" />
<meta content={meta.viewport} name="viewport" />
<meta content={FACEBOOK_APP_ID} property="fb:app_id" />
<meta name="theme-color" content="#0097e8" />
<meta property="al:ios:url" content={meta.ogUrl} />
<meta property="al:ios:app_store_id" content={IOS_APP.STORE_ID} />
<meta property="al:ios:app_name" content={IOS_APP.NAME} />
Expand Down

0 comments on commit 8adc936

Please sign in to comment.