add fovicon

This commit is contained in:
AmirHossein Mahmoodi
2025-05-07 09:13:12 +03:30
parent 548013c327
commit a7b3050511
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import favicon from "@/assets/images/favicon.png";
import { Rtl } from "@/core/utils/cacheRtl";
import { AuthProvider } from "@/lib/contexts/auth";
import { TableSettingProvider } from "@/lib/contexts/tableSetting";
@@ -13,7 +14,9 @@ export const metadata = {
export default function RootLayout({ children }) {
return (
<html lang="fa" dir={"rtl"}>
<head></head>
<head>
<link rel="icon" href={favicon.src} type="image/png" sizes="any" />
</head>
<body style={{ height: "100vh", width: "100vw" }}>
<AppRouterCacheProvider
CacheProvider={Rtl}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB