mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 17:25:50 +00:00
Fixed external links target blank
This commit is contained in:
@@ -249,6 +249,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/pop/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
style={
|
||||
location.pathname === "/LearnPage"
|
||||
@@ -272,6 +273,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/smartcontract/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
style={
|
||||
location.pathname === "/LearnPage"
|
||||
@@ -295,6 +297,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/tokenomics/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
style={
|
||||
location.pathname === "/LearnPage"
|
||||
@@ -382,6 +385,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/node-setup/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
@@ -405,6 +409,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/quorum/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
@@ -428,6 +433,7 @@ const NavBar = () => {
|
||||
<Link
|
||||
to="https://learn.rubix.net/subnets/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
|
||||
Reference in New Issue
Block a user