Skip to content

Commit 8c61ff4

Browse files
committed
Also add (statging) to title
1 parent 6f5fe73 commit 8c61ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ function SearchInterface() {
264264
<div className="max-w-6xl mx-auto">
265265
<header className="text-center py-4">
266266
<div className="flex flex-col justify-center mb-4">
267-
<h1 className="text-4xl md:text-6xl font-bold font-vt323 text-gray-800">4byte.sourcify.dev</h1>
267+
<h1 className="text-4xl md:text-6xl font-bold font-vt323 text-gray-800">
268+
{process.env.NEXT_PUBLIC_ENVIRONMENT !== "production" ? "(staging) " : ""}4byte.sourcify.dev
269+
</h1>
268270
</div>
269271
<p className="text-lg md:text-2xl text-gray-800 mx-auto px-4">
270272
Ethereum function selector database created from Sourcify verified contracts.

0 commit comments

Comments
 (0)