File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ export default function RootLayout({
3939} ) {
4040 return (
4141 < html suppressHydrationWarning lang = "en" >
42- < head />
42+ < head >
43+ < link rel = "preconnect" href = "https://fonts.googleapis.com" />
44+ < link rel = "preconnect" href = "https://fonts.gstatic.com" crossOrigin = "anonymous" />
45+ </ head >
4346 < body
4447 className = { clsx (
4548 "min-h-screen text-foreground bg-background font-sans antialiased" ,
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ export const AdBanner = () => {
8888 priority
8989 fetchPriority = "high"
9090 alt = "HypeKorepetycje – Korepetycje z angielskiego online"
91- height = { 245 }
91+ height = { 150 }
9292 src = { prefixPath ( "/ads/ad.webp" ) }
9393 style = { { display : "block" , width : "100%" , height : "auto" } }
94- width = { 843 }
94+ width = { 700 }
9595 />
9696 { /* Dark mode dim overlay */ }
9797 < div
You can’t perform that action at this time.
0 commit comments