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.
some
1 parent b69c214 commit 43fcb00Copy full SHA for 43fcb00
src/components/Support/SupportDropdownMenu.tsx
@@ -124,7 +124,7 @@ If applicable, add screenshots to help explain your problem.
124
return (
125
<div className="supportDropdown" ref={dropdownRef}>
126
<button className="supportDropBtn" onMouseOver={toggleDropdown}>
127
- {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>
+ {isJapanese ? "何かお困りですか?" : "Need some 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