Skip to content

Commit 263fa10

Browse files
Renaming to more generic texts
1 parent e5945e8 commit 263fa10

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

examples/explorer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Explorer
22

3-
A simple Cardano Explorer using Reactjs, React-bootstrap and Relay to use with Jorgunmandr node.
3+
A simple Explorer using Reactjs, React-bootstrap and Relay to use with Jorgunmandr node.
44

55
# What does this Explorer have/ do?
66

examples/explorer/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"name": "jormungandr-explorer",
33
"keywords": [
4-
"cardano",
5-
"ada",
64
"jormungandr",
75
"cryptocurrency",
86
"crypto",

examples/explorer/src/components/MainNavbar/MainNavbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Navbar from 'react-bootstrap/Navbar';
33

44
const MainNavbar = () => (
55
<Navbar bg="light" expand="lg">
6-
<Navbar.Brand href="/">Cardano explorer</Navbar.Brand>
6+
<Navbar.Brand href="/">Jörmungandr explorer</Navbar.Brand>
77
<Navbar.Toggle aria-controls="basic-navbar-nav" />
88
</Navbar>
99
);

examples/explorer/src/components/Search/SearchBar/SearchBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Search = () => {
4040
return (
4141
<Jumbotron>
4242
<div className="searchContainer">
43-
<h1> Cardano blockchain search </h1>
43+
<h1> Jörmungandr blockchain search </h1>
4444
<div className="searchForm">
4545
<Form.Control
4646
type="text"

0 commit comments

Comments
 (0)