Skip to content

Commit

Permalink
kirk review
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 28, 2024
1 parent 1fc7f32 commit acee3c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SidebarTabs = forwardRef<HTMLDivElement, SidebarTabsProps>((
setIsSettingsModalOpen(true);
break;
case TAB_NAME.DOCUMENTATION:
window.open(DOCUMENTATION_URL, "_blank");
window.open(DOCUMENTATION_URL, "_blank", "noopener,noreferrer");
break;
default:
onActiveTabNameChange(tabName);
Expand Down

0 comments on commit acee3c3

Please sign in to comment.