feat: rename pages
This commit is contained in:
@@ -7,15 +7,15 @@ const base = import.meta.env.BASE_URL.replace(/\/+$/, "");
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="SLA Monitor — Ticket #4549142"
|
||||
description="Real-time SLA monitoring panel for GitHub support ticket #4549142."
|
||||
title="GitHub Support SLA Monitor — Ticket #4549142"
|
||||
description="Live SLA monitoring dashboard for GitHub support ticket #4549142. Real data, zero human responses."
|
||||
>
|
||||
<main class="dash-page">
|
||||
<header class="dash-header">
|
||||
<div class="dash-header-left">
|
||||
<a class="back-link" href={`${base}/`}>← BACK TO TIMER</a>
|
||||
<span class="header-sep" aria-hidden="true"></span>
|
||||
<span class="dash-name">SLA MONITOR</span>
|
||||
<span class="dash-name">GITHUB SUPPORT SLA MONITOR</span>
|
||||
<span class="ticket-chip">#4549142</span>
|
||||
</div>
|
||||
<div class="dash-header-right">
|
||||
|
||||
@@ -35,8 +35,8 @@ const startLabel = START_DATE.toLocaleDateString("en-US", {
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="Waiting for GitHub Support — Elapsed Time"
|
||||
description="A live record of time elapsed since a GitHub support ticket was opened."
|
||||
title="GitHub Support SLA Monitor — Waiting for Support"
|
||||
description="A live record of time elapsed since a GitHub support ticket was opened. No SLA, no promise, no response."
|
||||
>
|
||||
<main class="clock-page">
|
||||
<div class="ambient-line ambient-line-left"></div>
|
||||
|
||||
Reference in New Issue
Block a user