File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const Header: React.FC = () => {
1111 return (
1212 < div className = "flex flex-wrap sticky z-10 top-0 w-full bg-klerosUIComponentsPrimaryPurple dark:bg-light-blue-65 backdrop-blur-none dark:backdrop-blur-md" >
1313 < StatusBanner
14- className = "sticky! [&_.status-text_h2]:m-0 [&_.status-text_h2]:leading-6 "
14+ className = "sticky! [&_.status-text_h2]:m-[0] [&_.status-text_h2]:leading-[24px] "
1515 autoHide
1616 watcherOptions = { { threshold : 5000 , interval : 60_000 } } // 5000 blocks threshold, 60 sec interval check
1717 theme = { {
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ const Help: React.FC<IHelp> = ({ toggleIsHelpOpen }) => {
6060 href = { item . url }
6161 key = { item . text }
6262 target = "_blank"
63+ rel = "noopener noreferrer"
6364 className = "flex gap-2 py-3 px-2 cursor-pointer transition-transform duration-200 hover:scale-[1.02]"
6465 >
6566 < item . Icon className = "inline-block w-4 h-4 fill-klerosUIComponentsSecondaryPurple" />
You can’t perform that action at this time.
0 commit comments