diff --git a/explorer/src/components/NetworkModal.tsx b/explorer/src/components/NetworkModal.tsx index 201dd2e82dea31..170b13f5198dbd 100644 --- a/explorer/src/components/NetworkModal.tsx +++ b/explorer/src/components/NetworkModal.tsx @@ -70,7 +70,7 @@ function CustomNetworkInput({ activeSuffix, active }: InputProps) { />
+ + | Status | Signature | Confirmations | @@ -60,7 +63,12 @@ function TransactionsCard() {
---|---|---|---|
- New + + {idCounter + 1} + + | ++ New | { const slotText = `${transaction.slot || "-"}`; return ( - | |
{transaction.id}
diff --git a/explorer/src/components/header.js b/explorer/src/components/header.js
deleted file mode 100644
index fd628a02c9f92d..00000000000000
--- a/explorer/src/components/header.js
+++ /dev/null
@@ -1,213 +0,0 @@
-import React, { useState } from "react";
-import { Link } from "gatsby-plugin-intl";
-import { Transition } from "react-transition-group";
-import { Navbar, Dropdown } from "react-bootstrap";
-
-import SolanaDropdownMenu from "./dropdown-menu";
-import SolanaDropdownToggle from "./dropdown-toggle";
-import SolanaLogo from "../img/logos-solana/dark-horizontal-combined-green.png";
-import Fire from "../img/icons/Fire.inline.svg";
-import Bulb from "../img/icons/Bulb.inline.svg";
-import Chat from "../img/icons/Chat.inline.svg";
-import Clipboard from "../img/icons/Clipboard.inline.svg";
-
-const Header = () => {
- const [showDocumentation, updateShowDocumentation] = useState(false);
-
- return (
-
-
-
-
-
-
-
-
-
- {/* */}
-
- {/* */}
-
-
- {/* */}
-
- 1.0.0
-
-
-
-
- {/* */}
- - Documentation -- - {/* */} -- Jump right in - -
-
-
- {/* */}
-
- {/* */}
-
-
-
-
- {/* */}
- - Learn More -- - {/* */} -- “Why Solana?” Come find out. - -
-
-
- {/* */}
-
- {/* */}
-
-
-
-
- {/* */}
- - Accelerator -- - {/* */} -- Apply for funding - -
-
-
- {/* */}
-
- {/* */}
-
-
- - Chat -- - {/* */} -- Live support from Solana team - - |