File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Basic Explorer
2
2
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.
4
4
5
5
# What does this Explorer have/ do?
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jormungandr-explorer" ,
3
3
"keywords" : [
4
- " cardano" ,
5
- " ada" ,
6
4
" jormungandr" ,
7
5
" cryptocurrency" ,
8
6
" crypto" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Navbar from 'react-bootstrap/Navbar';
3
3
4
4
const MainNavbar = ( ) => (
5
5
< Navbar bg = "light" expand = "lg" >
6
- < Navbar . Brand href = "/" > Cardano explorer</ Navbar . Brand >
6
+ < Navbar . Brand href = "/" > Jörmungandr explorer</ Navbar . Brand >
7
7
< Navbar . Toggle aria-controls = "basic-navbar-nav" />
8
8
</ Navbar >
9
9
) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const Search = () => {
40
40
return (
41
41
< Jumbotron >
42
42
< div className = "searchContainer" >
43
- < h1 > Cardano blockchain search </ h1 >
43
+ < h1 > Jörmungandr blockchain search </ h1 >
44
44
< div className = "searchForm" >
45
45
< Form . Control
46
46
type = "text"
You can’t perform that action at this time.
0 commit comments