Skip to content

Commit

Permalink
Merge pull request #735 from bluehost/fix/bluehost-logo-safari
Browse files Browse the repository at this point in the history
Fix Bluehost logo not appearing on Safari
  • Loading branch information
circlecube authored Oct 13, 2023
2 parents bb99e14 + 19e4141 commit b259ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/app-nav/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Mark = () => {
};
return (
<Button
icon={ <Brand className="wppbh-logo" /> }
icon={ <Brand className="wppbh-logo nfd-w-full nfd-h-auto" /> }
style={ { width: '160px', height: 'auto' } }
onMouseUp={ defocus }
className="logo-mark nfd-p-0"
Expand Down

0 comments on commit b259ff3

Please sign in to comment.