File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export async function UserMenu({ onlySignOut }: { onlySignOut?: boolean }) {
25
25
alt = { session ?. user ?. name ?? session ?. user ?. email ?? '' }
26
26
width = { 32 }
27
27
height = { 32 }
28
- quality = { 100 }
29
28
/>
30
29
) }
31
30
< AvatarFallback >
Original file line number Diff line number Diff line change @@ -83,12 +83,6 @@ export default async function Layout(props: { children: React.ReactNode }) {
83
83
84
84
return (
85
85
< html lang = "en" suppressHydrationWarning >
86
- < head >
87
- < link rel = "icon" href = "/favicon.ico" sizes = "any" />
88
- < link rel = "icon" href = "/favicon-96x96.png" type = "image/png" sizes = "96x96" />
89
- < link rel = "apple-touch-icon" href = "/apple-touch-icon.png" sizes = "180x180" />
90
- < link rel = "manifest" href = "/site.webmanifest" />
91
- </ head >
92
86
< body
93
87
className = { cn (
94
88
`${ GeistMono . variable } ${ font . variable } ` ,
You can’t perform that action at this time.
0 commit comments