Skip to content

Commit

Permalink
Remove the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Feb 20, 2024
1 parent 4bd3f88 commit 40ea132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/layout/global-sidebar/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const GlobalSiteSidebarFooter: FC< {
href={ `https://${ selectedSiteSlug }/wp-admin` }
className="sidebar__footer-wpadmin tooltip tooltip-top"
title={ translate( 'WP Admin' ) }
data-tooltip={ translate( 'WP Admin' ) }
>
<Icon icon={ wordpress } className="wpicon" />
{ translate( 'WP Admin' ) }
Expand Down

0 comments on commit 40ea132

Please sign in to comment.