File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,20 @@ If applicable, add screenshots to help explain your problem.
103103 return (
104104 < div className = "supportDropdown" ref = { dropdownRef } >
105105 < button className = "supportDropBtn" onClick = { toggleDropdown } >
106+ { isJapanese ? "何かお困りですか?" : "Need help?" } < FontAwesomeIcon icon = { faChevronDown } fontSize = { 12 } />
106107 </ button >
107108
108109 { isOpen && (
109110 < div className = "supportDropdownContent" >
110111 < ContactSupportLink />
111112 < hr />
112113 < a href = "https://stackoverflow.com/questions/tagged/scalardb" target = "_blank" >
114+ < b > { isJapanese ? "Stack Overflow をチェック" : "Check Stack Overflow" } </ b > < br />
115+ { isJapanese ? "コミュニティ向けの質問" : "For questions to the community" }
113116 </ a >
114117 < hr />
115118 < a href = "#" onClick = { openModal } >
119+ < b > { isJapanese ? "AI に聞く (実験的)" : "Ask AI (experimental)" } </ b > < br />
116120 { isJapanese ? "Scalar メンバーシッププログラム向け" : "For Scalar Membership Program members" }
117121 </ a >
118122 < hr />
You can’t perform that action at this time.
0 commit comments