Skip to content

Commit b5a3341

Browse files
committed
fix: update margin class in iExec Explorer and adjust link-url in The Graph Explorer documentation
1 parent a8b053c commit b5a3341

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/overview/tooling-and-explorers/iexec-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ explore apps and protectedData—all in one powerful dashboard.
5555

5656
</CardGrid>
5757

58-
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
58+
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 my-6">
5959
<h4 class="!mt-0 !mb-2">🏗️ Understanding iExec Architecture</h4>
6060
<p class="!mb-2"><strong>Deals</strong> are the fundamental orchestration unit - each deal coordinates a set of different stakeholders that share resources and execution parameters to execute a confidential computation task.</p>
6161
<p class="!mb-0">Each <strong>Deal</strong> brings together:</p>

src/overview/tooling-and-explorers/subgraph-explorer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ explore the available data and construct complex queries.
104104
<ImageViewer
105105
image-url-dark="/assets/tooling-&-explorers/the-graph/graphql-explorer.png"
106106
image-alt="GraphQL Explorer Interface"
107-
link-url="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4"
107+
link-url="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u?view=Query&chain=arbitrum-one"
108108
/>
109109

110110
### How to Use the GraphQL Explorer
@@ -121,7 +121,7 @@ explore the available data and construct complex queries.
121121

122122
Here are some example queries you can try in the GraphQL explorer:
123123

124-
#### Query Apps on Arbitrum
124+
#### Query iApps
125125

126126
```graphql
127127
query {
@@ -137,7 +137,7 @@ query {
137137
}
138138
```
139139

140-
#### Query Protected Data on Bellecour
140+
#### Query Protected Data
141141

142142
```graphql
143143
query {

0 commit comments

Comments
 (0)