Skip to content

Commit b49c1e6

Browse files
committed
Update font style and link behavior
1 parent e4b51ad commit b49c1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Support/SupportDropdownMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)