Commit ·
7884147
1
Parent(s): b6ca13e
mui preload block
Browse files
frontend/src/app/layout.js
CHANGED
|
@@ -41,7 +41,7 @@ export default function RootLayout({ children }) {
|
|
| 41 |
<html lang="en">
|
| 42 |
<head>
|
| 43 |
<link rel="manifest" href="/webmanifest.json" />
|
| 44 |
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,0,-25" />
|
| 45 |
<meta
|
| 46 |
name="google-site-verification"
|
| 47 |
content="I0Ek30weBtiN05x5O5wID0tPEPuo7ZCippWfbOWc4yo"
|
|
|
|
| 41 |
<html lang="en">
|
| 42 |
<head>
|
| 43 |
<link rel="manifest" href="/webmanifest.json" />
|
| 44 |
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,0,-25&display=block" />
|
| 45 |
<meta
|
| 46 |
name="google-site-verification"
|
| 47 |
content="I0Ek30weBtiN05x5O5wID0tPEPuo7ZCippWfbOWc4yo"
|