Flip the Flipper tooltip
Summary: Fix a small issue we had with our mascot. Reviewed By: danielbuechele Differential Revision: D9180345 fbshipit-source-id: de1c34768b4f75202d78bd4404798a7549aa0457
This commit is contained in:
committed by
Facebook Github Bot
parent
0c60347593
commit
3abe33af14
@@ -27,7 +27,7 @@ class Footer extends React.Component {
|
|||||||
<img
|
<img
|
||||||
src={this.props.config.baseUrl + this.props.config.footerIcon}
|
src={this.props.config.baseUrl + this.props.config.footerIcon}
|
||||||
alt="Flipper mascot"
|
alt="Flipper mascot"
|
||||||
title="I'm a whale not a dolphin!"
|
title="I'm a dolphin not a whale!"
|
||||||
width="66"
|
width="66"
|
||||||
height="58"
|
height="58"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 7.5 KiB |
Reference in New Issue
Block a user