Skip to content

Commit a7ca276

Browse files
author
Antony Jones
committed
use UpperCase for component names
1 parent 536e763 commit a7ca276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/app/component.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1 class="masthead text-center text-dark">Truffle Box</h1>
55
<h4 class="text-center text-primary">Skeleton SvelteJS truffle box</h4>
66

7-
<information connected="{{storageValue}}"></information>
7+
<Information connected="{{storageValue}}"></Information>
88

99
<div class="alert alert-secondary">
1010
<h4>Smart Contract Example</h4>
@@ -23,7 +23,7 @@ <h4>Smart Contract Example</h4>
2323
</style>
2424

2525
<script>
26-
import information from '../information/component.html'
26+
import Information from '../information/component.html'
2727
import SimpleStorageContract from '../../../build/contracts/SimpleStorage.json'
2828
import getWeb3 from '../../utils/web3'
2929
import shoelace from 'shoelace-css/dist/shoelace.css'
@@ -41,7 +41,7 @@ <h4>Smart Contract Example</h4>
4141
},
4242

4343
components: {
44-
information
44+
Information
4545
},
4646

4747
methods: {

0 commit comments

Comments
 (0)