Skip to content

Commit

Permalink
[@typespec/spec-dashboard] - Rename Title to Spector Dashboard (#5558)
Browse files Browse the repository at this point in the history
Rename Title to Spector Dashboard
  • Loading branch information
sarangan12 authored Jan 9, 2025
1 parent 80039bd commit b221ef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/spec-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## 0.1.0-alpha.0

- Initial Release of Spec Dashboard
- Initial Release of Spector Dashboard
2 changes: 1 addition & 1 deletion packages/spec-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Spec Dashboard
# Spector Dashboard

## Dev

Expand Down
2 changes: 1 addition & 1 deletion packages/spec-dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Spec Dashboard</title>
<title>Spector Dashboard</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/spec-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@typespec/spec-dashboard",
"private": true,
"version": "0.1.0-alpha.0",
"description": "Spec Dashboard website",
"description": "Spector Dashboard website",
"main": "dist/index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b221ef7

Please sign in to comment.