Skip to content

Commit

Permalink
Merge branch '1174-custom-favicon' of github.com:UrbanOS-Public/disco…
Browse files Browse the repository at this point in the history
…very_ui into 1174-custom-favicon
  • Loading branch information
ijabbott committed May 11, 2023
2 parents 9bc095e + e6e2d3a commit 00a29a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/HelmetStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ 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" />)}

{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 00a29a7

Please sign in to comment.