Page MenuHomePhabricator

[Cashtab] Remove titles from send.svg & cog.svg
ClosedPublic

Authored by kieran709 on Mar 30 2022, 16:54.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC1af8308964d4: [Cashtab] Remove titles from send.svg & cog.svg
Summary

Related to task T2356. The settings cog and send icon had tooltip popups of their titles, despite the rest of the icons not having tooltips on hover. Removed the titles from send.svg and cog.svg to create uniformity across all icons.

Test Plan

cd web/cashtab && npm start
hover over the Send icon in the navbar, observe the lack of tooltip
hover over the Cog icon in the navbar, observe the lack of tooltip.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Also remove the <title></title> brackets from each svg

This revision now requires changes to proceed.Mar 30 2022, 17:31

responding to review feedback

This revision is now accepted and ready to land.Mar 30 2022, 17:51