Skip to content

Commit c0232f6

Browse files
authored
Merge pull request #78 from nativeui-org/hotfix
hotfix: add PWA assets and apple meta tag
2 parents 4ac112a + 3907fa6 commit c0232f6

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

app/favicon.ico

-21.1 KB
Binary file not shown.

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export default function RootLayout({
2525
}) {
2626
return (
2727
<html lang="en" suppressHydrationWarning>
28+
<head>
29+
<meta name="apple-mobile-web-app-title" content="NativeUI" />
30+
</head>
2831
<body className={`${geistSans.variable} ${geistMono.variable} font-sans antialiased`}>
2932
<ThemeProvider
3033
attribute="class"
20.4 KB
Loading
102 KB
Loading

0 commit comments

Comments
 (0)