Skip to content

Commit ab4a230

Browse files
committed
chore: ui tweaks
1 parent 1213307 commit ab4a230

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Omni UI
1+
# Base Chain Dashboard
22

33
One UI for Base network dashboards and stats: snapshots, network upgrades, and
44
the Vibenet devnet explorer/faucet, under a single shell.

middleware.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function gateHtml(): string {
5050
<meta charset="utf-8" />
5151
<meta name="viewport" content="width=device-width, initial-scale=1" />
5252
<meta name="robots" content="noindex" />
53-
<title>Base Labs</title>
53+
<title>Base Chain</title>
5454
<style>
5555
:root { color-scheme: light; }
5656
* { box-sizing: border-box; }
@@ -70,8 +70,8 @@ function gateHtml(): string {
7070
</head>
7171
<body>
7272
<form class="card" id="gate">
73-
<h1>Base Labs</h1>
74-
<p>This site is password protected.</p>
73+
<h1>Base Chain</h1>
74+
<p>Coming soon: tools and dashboards for Base Chain</p>
7575
<input id="pw" type="password" placeholder="Password" autocomplete="current-password" autofocus />
7676
<button type="submit">Enter</button>
7777
<div class="err" id="err"></div>

0 commit comments

Comments
 (0)