Skip to content

Commit b42540e

Browse files
committed
Fix project name
1 parent 8dc005e commit b42540e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
2020
<link rel="shortcut icon" href="/favicon.ico" />
2121
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
22-
<meta name="apple-mobile-web-app-title" content="Email Signatures" />
22+
<meta name="apple-mobile-web-app-title" content="Cipher" />
2323
<link rel="manifest" href="/site.webmanifest" />
2424
</head>
2525
<body>

public/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Give The Password",
3-
"short_name": "Give The Password",
2+
"name": "Cipher",
3+
"short_name": "Cipher",
44
"icons": [
55
{
66
"src": "/web-app-manifest-192x192.png",

0 commit comments

Comments
 (0)