Skip to content

Commit 669ec7e

Browse files
committed
Revert "✨ feat(app/layout): update favicon and integrate FaviconManager component for better icon handling"
This reverts commit 20df264.
1 parent 1d87da6 commit 669ec7e

File tree

4 files changed

+2
-111
lines changed

4 files changed

+2
-111
lines changed

app/layout.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import type { Metadata } from 'next'
22
import './globals.css'
33
import { ThemeProvider } from '@/components/theme-provider'
4-
import { FaviconManager } from '@/components/favicon-manager'
54
import React from 'react';
65

76
export const metadata: Metadata = {
87
title: 'System Monitor',
98
description: 'Real-time system monitoring dashboard',
109
icons: {
11-
icon: '/favicon.svg',
12-
shortcut: '/favicon.svg',
13-
apple: '/favicon.svg',
10+
icon: '/favicon.ico',
11+
apple: '/apple-touch-icon.png',
1412
},
1513
}
1614

@@ -49,7 +47,6 @@ export default function RootLayout({
4947
</head>
5048
<body>
5149
<ThemeProvider defaultTheme="system" storageKey="system-monitor-theme">
52-
<FaviconManager />
5350
{children}
5451
</ThemeProvider>
5552
</body>

components/favicon-manager.tsx

Lines changed: 0 additions & 72 deletions
This file was deleted.

components/pajamas-status-health.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)