File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ If applicable, add screenshots to help explain your problem.
122122 return (
123123 < div className = "supportDropdown" ref = { dropdownRef } >
124124 < button className = "supportDropBtn" onClick = { toggleDropdown } >
125- { isJapanese ? "何かお困りですか?" : "Need help?" } < FontAwesomeIcon icon = { faChevronDown } fontSize = { 12 } />
125+ { isJapanese ? "何かお困りですか?" : "Need help?" } < FontAwesomeIcon icon = { faChevronDown } />
126126 </ button >
127127
128128 { isOpen && (
@@ -134,7 +134,7 @@ If applicable, add screenshots to help explain your problem.
134134 </ a >
135135 </ div >
136136 < hr />
137- < a href = "https://stackoverflow.com/questions/tagged/scalardb" target = "_blank" >
137+ < a href = "https://stackoverflow.com/questions/tagged/scalardb" target = "_blank" rel = "noopener noreferrer" >
138138 < b > { isJapanese ? "Stack Overflow をチェック" : "Check Stack Overflow" } </ b > < br />
139139 { isJapanese ? "すべてのユーザーがご利用いただけます。" : "Available to all users." }
140140 </ a >
You can’t perform that action at this time.
0 commit comments