mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 22:35:51 +00:00
updated Nav for external links
This commit is contained in:
@@ -381,6 +381,7 @@ const NavBar = () => {
|
||||
<PopoverBody>
|
||||
<Link
|
||||
to="https://learn.rubix.net/node-setup/"
|
||||
target="_blank"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
@@ -403,6 +404,7 @@ const NavBar = () => {
|
||||
<PopoverBody>
|
||||
<Link
|
||||
to="https://learn.rubix.net/quorum/"
|
||||
target="_blank"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
@@ -425,6 +427,7 @@ const NavBar = () => {
|
||||
<PopoverBody>
|
||||
<Link
|
||||
to="https://learn.rubix.net/subnets/"
|
||||
target="_blank"
|
||||
className="link"
|
||||
// style={
|
||||
// location.pathname === "/BuildPage"
|
||||
|
||||
Reference in New Issue
Block a user