Skip to content

Commit

Permalink
Added title tag override in Helmet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmendez-acc committed May 11, 2023
1 parent 021e665 commit c06999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HelmetStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default class HelmetStyles extends Component {
return (
<Helmet>
<link href={`"${window.CUSTOM_FAV_ICON_URL}"`} rel="icon" type="image/x-icon" />

<title>{`${window.HEADER_TITLE}`}</title>
<style type="text/css">{`
content {
accent-color: ${window.PRIMARY_COLOR};
Expand Down

0 comments on commit c06999c

Please sign in to comment.