Skip to content

Commit 58e3779

Browse files
chore: update dashboard title and subtitle
Title: "Engineering Velocity", subtitle: "Automatic PR complexity analyzer" Made-with: Cursor
1 parent cfd4239 commit 58e3779

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reports/interactive_report.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def build_interactive_report(
3030
<head>
3131
<meta charset="utf-8">
3232
<meta name="viewport" content="width=device-width, initial-scale=1">
33-
<title>Engineering Intelligence — Complexity Analyzer</title>
33+
<title>Engineering Velocity — Complexity Analyzer</title>
3434
<link rel="preconnect" href="https://fonts.googleapis.com">
3535
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3636
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
@@ -257,8 +257,8 @@ def build_interactive_report(
257257
<header>
258258
<div class="header-row">
259259
<div class="header-text">
260-
<h1>Engineering Intelligence</h1>
261-
<p class="subtitle">Complexity Analyzer — Dynamic charts</p>
260+
<h1>Engineering Velocity</h1>
261+
<p class="subtitle">Automatic PR complexity analyzer</p>
262262
</div>
263263
<div class="global-search" id="global-search">
264264
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>

0 commit comments

Comments
 (0)