Skip to content

Commit 915d2ac

Browse files
authored
chore: remove chrome extension announcement banner (0xa3k5#189)
1 parent 6a340ec commit 915d2ac

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

apps/website/src/app/page.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -89,31 +89,6 @@ export default function Home() {
8989
classNames="max-h-32"
9090
/>
9191
</div>
92-
<a
93-
href="https://chromewebstore.google.com/detail/web3-icons/aobmkdlldfagcnlpkciicjaoopfpdgnn"
94-
target="_blank"
95-
rel="noopener noreferrer"
96-
className="border-gray-lightest group flex w-full items-center justify-between gap-4 rounded-lg border px-6 py-4 transition-colors hover:border-white/30"
97-
>
98-
<div className="flex items-center gap-4">
99-
<div className="bg-primary/10 flex size-10 shrink-0 items-center justify-center rounded-lg">
100-
<svg viewBox="0 0 24 24" fill="currentColor" className="text-primary size-5">
101-
<path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5a2.5 2.5 0 0 0-5 0V5H4c-1.1 0-2 .9-2 2v3.8h1.5c1.5 0 2.7 1.2 2.7 2.7s-1.2 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.5 1.2-2.7 2.7-2.7s2.7 1.2 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5a2.5 2.5 0 0 0 0-5z" />
102-
</svg>
103-
</div>
104-
<div className="flex flex-col">
105-
<span className="text-sm font-medium text-white">
106-
Chrome Extension is live!
107-
</span>
108-
<span className="text-sm text-white/40">
109-
Quickly look up any crypto icon right from your browser.
110-
</span>
111-
</div>
112-
</div>
113-
<span className="text-primary text-sm opacity-0 transition-opacity group-hover:opacity-100">
114-
Install &rarr;
115-
</span>
116-
</a>
11792
<UsedBy />
11893
<Tabs
11994
tabs={[

0 commit comments

Comments
 (0)