Skip to content

Commit 2e68bcb

Browse files
authored
Merge pull request #15487 from ethereum/dashboard-links-update
Dashboard links update
2 parents 7dd8ae0 + 887fbb2 commit 2e68bcb

39 files changed

+65
-16
lines changed

app/[locale]/resources/_components/resources.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@ const ResourcesPage = ({ txCostsMedianUsd }: ResourcesPageProps) => {
125125
<div className="h-full bg-background bg-gradient-to-br from-white to-primary/10 px-2 py-6 dark:from-transparent dark:to-primary/10">
126126
{metric && metric}
127127
<ResourcesContainer>
128-
{items.map((item) => (
129-
<ResourceItem item={item} key={item.title} />
128+
{items.map(({ className, ...item }) => (
129+
<ResourceItem
130+
item={item}
131+
key={item.title}
132+
className={className}
133+
/>
130134
))}
131135
</ResourcesContainer>
132136
</div>
717 Bytes
Loading

public/images/resources/blobsguru.png

9.21 KB
Loading
4.62 KB
Loading
6.01 KB
Loading
1.95 KB
Loading
9.53 KB
Loading
-761 Bytes
Binary file not shown.

public/images/resources/defi-scan.png

808 Bytes
Loading

public/images/resources/eas.png

3.19 KB
Loading

0 commit comments

Comments
 (0)