Update title to 'txt3 Voicemail' with envelope icon
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Voicemail</title>
|
<title>txt3 Voicemail</title>
|
||||||
<style>
|
<style>
|
||||||
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #eef1f6; color: #1c2430; }
|
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; }
|
a { color: #2f6fed; text-decoration: none; }
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export default function RootLayout() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<header>
|
<header>
|
||||||
<h1>✉ Voicemail</h1>
|
<h1>✉ txt3 Voicemail</h1>
|
||||||
<span className="sp" />
|
<span className="sp" />
|
||||||
<a href="/">Messages</a>
|
<a href="/">Messages</a>
|
||||||
<a href="/contacts">Contacts</a>
|
<a href="/contacts">Contacts</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user