Skip to content

Commit a79b706

Browse files
committed
fix: typo to justice
1 parent f3faa84 commit a79b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/Resolver/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const DisputeResolver: React.FC = () => {
107107
<Container>
108108
{!isConnected || !isVerified ? (
109109
<>
110-
<Heading>Justise as a Service</Heading>
110+
<Heading>Justice as a Service</Heading>
111111
<Paragraph>You send your disputes. Kleros sends back decisions.</Paragraph>
112112
</>
113113
) : null}

0 commit comments

Comments
 (0)