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 5058ba3 commit 117be32Copy full SHA for 117be32
src/components/Support/SupportDropdownMenu.tsx
@@ -101,11 +101,12 @@ If applicable, add screenshots to help explain your problem.
101
}, [isOpen]);
102
103
return (
104
- <button className={styles.supportDropBtn} onClick={toggleDropdown}>
105
- {isJapanese ? "サポート" : "Support"} <FontAwesomeIcon icon={faChevronDown} fontSize={12} />
+ <div className="supportDropdown" ref={dropdownRef}>
+ <button className="supportDropBtn" onClick={toggleDropdown}>
106
</button>
107
108
{isOpen && (
109
+ <div className="supportDropdownContent">
110
<ContactSupportLink />
111
<hr />
112
<a href="https://stackoverflow.com/questions/tagged/scalardb" target="_blank">
0 commit comments