Skip to content

Commit

Permalink
add new line to helmet styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ijabbott committed May 11, 2023
1 parent 186beee commit d33471c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HelmetStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export default class HelmetStyles extends Component {
render() {
return (
<Helmet>
{window.CUSTOM_FAV_ICON_URL && (<link href={`${window.CUSTOM_FAV_ICON_URL}`} rel="icon" type="image/x-icon" />)} <title>{`${window.HEADER_TITLE}`}</title>
{window.CUSTOM_FAV_ICON_URL && (<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 d33471c

Please sign in to comment.