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