File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import (
35
35
36
36
var logger = logrus .New ().WithField ("module" , "rpc" )
37
37
38
- // CodaClient encapsulates all methods required to communicate with a coda blockchain node via the graphql api
38
+ // CodaClient encapsulates all methods required to communicate with a Coda blockchain node via the graphql api
39
39
type CodaClient struct {
40
40
httpClient * http.Client
41
41
host string
Original file line number Diff line number Diff line change 109
109
< div id ="app " v-cloak >
110
110
< div class ="hero-container ">
111
111
< div class ="hero-text ">
112
- < h1 class ="mt-4 text-center "> Open Source CODA Chain Explorer</ h1 >
112
+ < h1 class ="mt-4 text-center "> Open Source Coda Chain Explorer</ h1 >
113
113
< h5 class ="text-center "> Showing the < a href ="https://codaprotocol.com/testnet "> Coda Public Testnet</ a > </ h5 >
114
114
< h6 class ="text-center "> < a href ="https://bit.ly/CodaDiscord "> < i class ="fab fa-discord "> </ i > Discord</ a > | < a href ="https://github.com/coda/codaprotocol "> < i class ="fab fa-github "> </ i > Github</ a > |
115
115
< a href ="https://codaprotocol.com/genesis "> Genesis Program</ a >
Original file line number Diff line number Diff line change 37
37
38
38
< body ontouchstart ="">
39
39
< noscript >
40
- < strong > We're sorry but the coda explorer doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
40
+ < strong > We're sorry but the Coda explorer doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
41
41
</ noscript >
42
42
< nav id ="nav " style ="background-color: var(--bg-color-nav, #007bff) " class ="navbar navbar-expand-lg ">
43
43
< script >
48
48
}
49
49
</ script >
50
50
< div class ="container ">
51
- < a class =navbar-brand href ="/ "> < span class ="brand-text "> coda explorer </ span >
51
+ < a class =navbar-brand href ="/ "> < span class ="brand-text "> Coda Explorer </ span >
52
52
</ a >
53
53
54
54
< button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
You can’t perform that action at this time.
0 commit comments