Skip to content

Commit 43fcb00

Browse files
committed
Add some to English button
Simply `Need help?` results in the arrow being a little too far away from the text. Being a little casual here fixes that.
1 parent b69c214 commit 43fcb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Support/SupportDropdownMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If applicable, add screenshots to help explain your problem.
124124
return (
125125
<div className="supportDropdown" ref={dropdownRef}>
126126
<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>
127+
{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>
128128
</button>
129129

130130
<div className="supportDropdownContent">

0 commit comments

Comments
 (0)