Skip to content

Commit ef72b2e

Browse files
committed
Merge branch 'feature/explorer-part-2' of https://github.com/iExecBlockchainComputing/documentation into feature/explorer-part-2
2 parents e386be8 + cad564d commit ef72b2e

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

src/assets/icons/arbitrum-logo.png

-37.8 KB
Binary file not shown.

src/assets/icons/arbitrum.svg

Lines changed: 21 additions & 0 deletions
Loading

src/components/ProjectCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<!-- Icon -->
66
<div class="flex items-start gap-2">
77
<div
8-
class="border-border bg-bg flex h-14 w-14 items-center justify-center overflow-hidden rounded-xl border p-2"
8+
class="border-border bg-bg flex size-10 flex-none items-center justify-center overflow-hidden rounded-xl border p-2"
99
>
1010
<img
1111
v-if="iconImage"
1212
:src="iconImage"
1313
:alt="title"
14-
class="h-full w-full object-contain"
14+
class="size-8 object-contain"
1515
/>
1616
<Icon v-else :icon="icon" height="24" />
1717
</div>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protocol.
4444
<ProjectCard
4545
title="iExec PoCo - Arbitrum Mainnet"
4646
description="Indexes Proof of Contribution (PoCo) data on Arbitrum mainnet, including apps, deals, tasks, and workerpools"
47-
icon-image="/assets/icons/arbitrum-logo.png"
47+
icon-image="/assets/icons/arbitrum.svg"
4848
status="available"
4949
status-label="Live"
5050
button-label="Explore Subgraph"
@@ -57,7 +57,7 @@ protocol.
5757
<ProjectCard
5858
title="iExec DataProtector - Arbitrum Mainnet"
5959
description="Indexes DataProtector protocol data on Arbitrum mainnet, including protected data, access grants, and sharing mechanisms"
60-
icon-image="/assets/icons/arbitrum-logo.png"
60+
icon-image="/assets/icons/arbitrum.svg"
6161
status="available"
6262
status-label="Live"
6363
button-label="Explore Subgraph"

0 commit comments

Comments
 (0)