Skip to content

Commit f5fe1c6

Browse files
committed
Changed app label.
1 parent 07572d4 commit f5fe1c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Offline Collection App</title>
5+
<title>Localib</title>
66

77
<base href="/" />
88

@@ -21,7 +21,7 @@
2121

2222
<!-- add to homescreen for ios -->
2323
<meta name="apple-mobile-web-app-capable" content="yes" />
24-
<meta name="apple-mobile-web-app-title" content="Records" />
24+
<meta name="apple-mobile-web-app-title" content="Localib" />
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
2626
<link rel="apple-touch-icon" href="/logo-mask-512.png" />
2727
</head>

frontend/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export default defineConfig({
1919
cleanupOutdatedCaches: true,
2020
},
2121
manifest: {
22-
short_name: "Offline Collection",
23-
name: "Offline Collection",
22+
short_name: "Localib",
23+
name: "Localib",
2424
icons: [
2525
{
2626
src: "favicon.ico",

0 commit comments

Comments
 (0)