Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Mar 6, 2020
1 parent 3138fd0 commit fe93536
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/containers/Inspector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,12 @@ const Inspector: React.FC<IProps> = (props) => {
startAdornment={openrpcDocument
?
<Tooltip title={
<div style={{textAlign: "center"}}>
<div style={{ textAlign: "center" }}>
<Typography>Valid OpenRPC Endpoint.</Typography>
<Typography variant="caption">The JSON-RPC endpoint responds to the rpc.discover method. This adds features like auto completion to the inspector.</Typography>
<Typography variant="caption">
The JSON-RPC endpoint responds to the rpc.discover method.
This adds features like auto completion to the inspector.
</Typography>
</div>
} onClick={() => window.open("https://spec.open-rpc.org/#service-discovery-method")}>
<CheckCircle style={{ color: green[500], marginRight: "5px", cursor: "pointer" }} scale={0.1} />
Expand Down

0 comments on commit fe93536

Please sign in to comment.