Skip to content

Commit 02549bb

Browse files
committed
Remove rel from links
1 parent 4a65946 commit 02549bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ const config = {
513513
announcementBar: {
514514
id: 'new_version',
515515
content:
516-
'<b>Announcing the release of ScalarDB 3.15!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.',
517-
// '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.<b>',
516+
'<b>Announcing the release of ScalarDB 3.15!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes">release notes</a>.</b>',
517+
// '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes">release notes</a>.</b>',
518518
backgroundColor: '#2673BB',
519519
textColor: '#FFFFFF',
520520
isCloseable: false,

src/components/Support/SupportDropdownMenu.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ If applicable, add screenshots to help explain your problem.
131131

132132
<div className="supportDropdownContent">
133133
<div>
134-
<a href="#" onClick={handleSupportClick} rel="noopener noreferrer">
134+
<a href="#" onClick={handleSupportClick}>
135135
<b>{isJapanese ? "テクニカルサポートに問い合わせ" : "Contact technical support"}</b><br />
136136
{isJapanese ? "商用ライセンスをご契約のお客様のみご利用いただけます。" : "Available only to customers with a commercial license."}
137137
</a>
138138
</div>
139139
<hr />
140-
{/* <a href="https://stackoverflow.com/questions/tagged/scalardb" target="_blank" rel="noopener noreferrer">
140+
{/* <a href="https://stackoverflow.com/questions/tagged/scalardb" target="_blank">
141141
<b>{isJapanese ? "Stack Overflow をチェック" : "Check Stack Overflow"}</b><br />
142142
{isJapanese ? "すべてのユーザーがご利用いただけます。" : "Available to all users."}
143143
</a>
@@ -147,7 +147,7 @@ If applicable, add screenshots to help explain your problem.
147147
{isJapanese ? "Scalar Membership Programにご参加の方のみご利用いただけます。" : "Available only to members of the Scalar Membership Program."}
148148
</a>
149149
<hr />
150-
<a href={githubIssueUrl} target="_blank" rel="noopener noreferrer">
150+
<a href={githubIssueUrl} target="_blank">
151151
<b>{isJapanese ? "ドキュメントの問題を報告" : "Report doc issue"}</b><br />
152152
{isJapanese ? "このページについて何かお気づきの点がありましたら、こちらから報告いただけます。" : "If you have any feedback about this page, please submit an issue."}
153153
</a>

0 commit comments

Comments
 (0)