Skip to content

Commit 6874c7b

Browse files
committed
text updates
1 parent 5c2c210 commit 6874c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="apple-touch-icon" href="/images/ebb-logo.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<meta name="theme-color" content="#111827" />
9-
<title>Ebb Product Board</title>
9+
<title>Ebb Progress</title>
1010
</head>
1111
<body>
1212
<div id="root"></div>

src/pages/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function HomePage() {
103103
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center">
104104
<div className="flex items-center">
105105
<img src="/images/ebb-logo.png" alt="Ebb Logo" className="h-10" />
106-
<span className="ml-2 text-xl font-semibold text-gray-900 dark:text-gray-100">Product Board</span>
106+
<span className="ml-2 text-xl font-semibold text-gray-900 dark:text-gray-100">Ebb Progress</span>
107107
</div>
108108

109109
<div className="flex items-center space-x-4">

0 commit comments

Comments
 (0)