Skip to content

Commit 99e826d

Browse files
authored
Merge pull request #1294 from trycompai/claudio/fix-portal
[dev] [claudfuen] claudio/fix-portal
2 parents fd7adb0 + 6ebc824 commit 99e826d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

apps/app/src/components/user-menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export async function UserMenu({ onlySignOut }: { onlySignOut?: boolean }) {
2525
alt={session?.user?.name ?? session?.user?.email ?? ''}
2626
width={32}
2727
height={32}
28-
quality={100}
2928
/>
3029
)}
3130
<AvatarFallback>

apps/portal/src/app/layout.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ export default async function Layout(props: { children: React.ReactNode }) {
8383

8484
return (
8585
<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>
9286
<body
9387
className={cn(
9488
`${GeistMono.variable} ${font.variable}`,

0 commit comments

Comments
 (0)