diff --git a/docusaurus.config.js b/docusaurus.config.js index 81151917..dd980de6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -537,7 +537,7 @@ const config = { // announcementBar: { // id: 'new_version', // content: - // // 'Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the release notes.', + // // 'Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the release notes.', // backgroundColor: '#2673BB', // textColor: '#FFFFFF', // isCloseable: false, diff --git a/src/components/NotificationBell.tsx b/src/components/NotificationBell.tsx index 97197cb7..7dbab902 100644 --- a/src/components/NotificationBell.tsx +++ b/src/components/NotificationBell.tsx @@ -98,7 +98,6 @@ const NotificationBell = ({ notifications }) => { className={`notification-item ${!notification.read ? 'unread' : ''}`} onClick={(e) => handleNotificationClick(notification, e)} target={notification.isExternal ? '_blank' : '_self'} - rel={notification.isExternal ? 'noopener noreferrer' : undefined} > {notification.message} diff --git a/src/components/Support/SupportDropdownMenu.tsx b/src/components/Support/SupportDropdownMenu.tsx index ff8dfdaa..1e21164b 100644 --- a/src/components/Support/SupportDropdownMenu.tsx +++ b/src/components/Support/SupportDropdownMenu.tsx @@ -104,7 +104,7 @@ const SupportDropdownMenu: React.FC = () => { const handleGitHubClick = (event: MouseEvent) => { event.preventDefault(); if (githubIssueUrl !== "#") { - window.open(githubIssueUrl, "_blank", "noopener,noreferrer"); + window.open(githubIssueUrl, "_blank"); } else { console.error("GitHub issue URL is not set correctly."); } diff --git a/src/theme/JavadocLink.js b/src/theme/JavadocLink.js index c00f658c..607ec4ca 100644 --- a/src/theme/JavadocLink.js +++ b/src/theme/JavadocLink.js @@ -22,7 +22,6 @@ export default function JavadocLink({ packageName, path, className }) { {className}