Skip to content

Commit 660416e

Browse files
committed
Change dropdown arrow icon
Changed the arrow icon to match the same icon used in other dropdown menus in Docusaurus.
1 parent 30ae69e commit 660416e

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
@@ -123,8 +123,8 @@ If applicable, add screenshots to help explain your problem.
123123

124124
return (
125125
<div className="supportDropdown" ref={dropdownRef}>
126-
{isJapanese ? "何かお困りですか?" : "Need help?"} <FontAwesomeIcon icon={faChevronDown} />
127126
<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>
128128
</button>
129129

130130
<div className="supportDropdownContent">

0 commit comments

Comments
 (0)