Skip to content

Commit 3f55c69

Browse files
CopilotBoshen
andauthored
Change dashboard title and description to Rolldown-Vite dashboard (#29)
* Initial plan * Change dashboard title and description as requested Co-authored-by: Boshen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Boshen <[email protected]>
1 parent 2818ff3 commit 3f55c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vibe Dashboard</title>
7+
<title>Rolldown-Vite dashboard</title>
88
</head>
99
<body>
1010
<div id="root"></div>

apps/dashboard/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ function App() {
6464
<div className="header-content">
6565
<div className="logo">
6666
<BarChart3 size={32} />
67-
<h1>Vibe Dashboard</h1>
67+
<h1>Rolldown-Vite dashboard</h1>
6868
</div>
69-
<p>Real-time metrics and analytics</p>
69+
<p>statistics collected from different Rolldown-Vite versions</p>
7070
</div>
7171
</header>
7272

0 commit comments

Comments
 (0)