Skip to content

Commit

Permalink
Merge pull request #83 from unicef/fix/appname-title
Browse files Browse the repository at this point in the history
UHeader hover title added
  • Loading branch information
merlos authored Oct 27, 2021
2 parents 589398d + fd69fb1 commit 25c73f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/UHeader/UHeader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from 'react'
import React from 'react'
import { fade } from '@material-ui/core/styles/colorManipulator'
import { makeStyles, createStyles } from '@material-ui/core/styles'
import { findReactChildren } from '../../utils'
Expand Down Expand Up @@ -139,6 +139,7 @@ export default function UHeader(props) {
underline="none"
onClick={e => handleUrlClick(e)}
href={logoUrl && logoUrl}
title={applicationName}
>
{applicationName}
</Link>
Expand Down

0 comments on commit 25c73f9

Please sign in to comment.