mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
feat: nouveau favicon (globe aquarelle) — remplace le placeholder FX
app/icon.png + app/apple-icon.png (convention Next.js, auto-génère les balises <link>), manifest.json PWA mis à jour vers les mêmes PNG. Supprime les anciens SVG placeholder devenus orphelins. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
@@ -20,9 +20,6 @@ export const viewport: Viewport = {
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" href="/icons/icon-192.svg" />
|
||||
</head>
|
||||
<body className="min-h-screen bg-[#090e1a]">
|
||||
{children}
|
||||
<Script id="sw-register" strategy="afterInteractive">
|
||||
|
||||
Reference in New Issue
Block a user