Change app title to sentence case

This commit is contained in:
Roni Laukkarinen
2026-02-01 16:53:44 +02:00
parent a6c3dbeb24
commit 1e3d5663b3
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
### 2026-02-01: 1.0.0
- Open CHANGELOG.md
- Release v1.0.0
* Change app title to sentence case
* Open CHANGELOG.md
* Release v1.0.0
+2 -1
View File
@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RSVP Speed Reader</title>
<title>Speed reader</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20'/%3E%3Cpath d='M8 7h6'/%3E%3Cpath d='M8 11h8'/%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">