Skip to content

Commit 23a314a

Browse files
authored
feat: allow FWA (danny-avila#1440)
1 parent de8bee0 commit 23a314a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="theme-color" content="#343541">
6+
<meta name="mobile-web-app-capable" content="yes">
67
<title>LibreChat</title>
78
<link
89
rel="shortcut icon"

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="theme-color" content="#343541">
6+
<meta name="mobile-web-app-capable" content="yes">
67
<title>LibreChat</title>
78
<link
89
rel="shortcut icon"

0 commit comments

Comments
 (0)