We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49ed36 commit c065c47Copy full SHA for c065c47
src/routes/$chainSlug/_layout/index.tsx
@@ -27,10 +27,7 @@ function Index() {
27
<h1 className="mb-2 text-lg font-extrabold md:text-2xl">
28
The iExec Protocol Explorer
29
</h1>
30
- <SearcherBar
31
- key={forwardedSearch ?? 'default'}
32
- initialSearch={forwardedSearch}
33
- />
+ <SearcherBar initialSearch={forwardedSearch} />
34
<div className="absolute inset-0 -z-10 hidden blur-2xl sm:block sm:blur-[100px] lg:blur-[150px]">
35
<div
36
className="absolute top-1/2 -right-1/4 aspect-[23/30] w-1/2 rounded-full xl:-right-1/5"
0 commit comments