Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions apps/tempo-snapshots-viewer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,6 @@ async function handleUI(_req: Request, env: Env) {
--badge-channel-fg: oklch(0.35 0.15 155);
--badge-edge-bg: oklch(0.92 0.08 55);
--badge-edge-fg: oklch(0.35 0.15 55);
--notice-bg: #fff7ed;
--notice-border: #fed7aa;
--notice-fg: #7c2d12;
--notice-link: #9a3412;
--btn-primary-bg: oklch(0.45 0.2 260);
--btn-primary-hover: oklch(0.40 0.22 260);
--size-fg: #333;
Expand Down Expand Up @@ -967,10 +963,6 @@ async function handleUI(_req: Request, env: Env) {
--badge-channel-fg: oklch(0.82 0.12 155);
--badge-edge-bg: oklch(0.22 0.04 55);
--badge-edge-fg: oklch(0.82 0.12 55);
--notice-bg: #241309;
--notice-border: #7c2d12;
--notice-fg: #fed7aa;
--notice-link: #fdba74;
--btn-primary-bg: #f5f5f5;
--btn-primary-hover: #ffffff;
--size-fg: #d4d4d4;
Expand Down Expand Up @@ -1043,24 +1035,6 @@ async function handleUI(_req: Request, env: Env) {
font-size: 1.1rem;
}

.snapshot-notice {
margin-top: 1.5rem;
max-width: 900px;
border: 1px solid var(--notice-border);
background: var(--notice-bg);
color: var(--notice-fg);
padding: 1rem 1.125rem;
font-size: 0.95rem;
line-height: 1.55;
}

.snapshot-notice a {
color: var(--notice-link);
font-weight: 700;
text-decoration: underline;
text-underline-offset: 2px;
}

.cmd-box {
margin-top: 1.5rem;
display: inline-flex;
Expand Down Expand Up @@ -2093,9 +2067,6 @@ async function handleUI(_req: Request, env: Env) {
</button>
<h1><img src="https://tempo.xyz/favicon.ico" alt="Tempo" class="hero-logo">Tempo Snapshots</h1>
<p class="hero-sub">Configure your own node with our modular snapshots.</p>
<div class="snapshot-notice">
Follow <a href="https://docs.tempo.xyz/guide/node/installation#snapshots">docs.tempo.xyz</a> for current snapshot instructions. Minimal snapshots are coming soon.
</div>
</div>
</div>

Expand Down
Loading