We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ae69e commit 660416eCopy full SHA for 660416e
src/components/Support/SupportDropdownMenu.tsx
@@ -123,8 +123,8 @@ If applicable, add screenshots to help explain your problem.
123
124
return (
125
<div className="supportDropdown" ref={dropdownRef}>
126
- {isJapanese ? "何かお困りですか?" : "Need help?"} <FontAwesomeIcon icon={faChevronDown} />
127
<button className="supportDropBtn" onMouseOver={toggleDropdown}>
+ {isJapanese ? "何かお困りですか?" : "Need help?"}<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="m12 16l-6-6h12z"/></svg>
128
</button>
129
130
<div className="supportDropdownContent">
0 commit comments