Skip to content

Commit 5efbfb5

Browse files
committed
refactor: remove unused head elements from layout component
- Deleted legacy favicon and manifest links from the layout component to streamline the HTML structure. - This change simplifies the layout and focuses on essential elements.
1 parent 1da0db8 commit 5efbfb5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)