Update title to 'txt3 Voicemail' with envelope icon

This commit is contained in:
jp
2026-08-13 18:32:49 +01:00
parent 489241b798
commit 26d2bf0e46
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Voicemail</title>
<title>txt3 Voicemail</title>
<style>
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #eef1f6; color: #1c2430; }
a { color: #2f6fed; text-decoration: none; }

View File

@ -4,7 +4,7 @@ export default function RootLayout() {
return (
<>
<header>
<h1>&#9993; Voicemail</h1>
<h1>&#9993; txt3 Voicemail</h1>
<span className="sp" />
<a href="/">Messages</a>
<a href="/contacts">Contacts</a>