Commit 4c0fed8 1 parent edb0951 commit 4c0fed8 Copy full SHA for 4c0fed8
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ export const metadata = {
36
36
metadataBase : siteConfig . metadataBase ,
37
37
openGraph : siteConfig . openGraph ,
38
38
twitter : siteConfig . twitter ,
39
+ alternates : {
40
+ canonical : '/'
41
+ }
39
42
} ;
40
43
41
44
export default async function RootLayout ( {
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export default function MainHeader() {
11
11
width = { 32 }
12
12
height = { 32 }
13
13
/>
14
- < h1 className = "sm:text-4xl text-2xl ml-2 tracking-tight font-extralight flex items-center" >
14
+ < span className = "sm:text-4xl text-2xl ml-2 tracking-tight font-extralight flex items-center" >
15
15
Smart Excel
16
- </ h1 >
16
+ </ span >
17
17
</ Link >
18
18
) ;
19
19
}
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export default function Subscribe({ user }: { user: UserInfo | null }) {
110
110
return (
111
111
< div >
112
112
< div >
113
- < h1 className = "text-4xl font-bold mb-8 text-zinc-800" > UPGRADE</ h1 >
113
+ < h2 className = "text-4xl font-bold mb-8 text-zinc-800" > UPGRADE</ h2 >
114
114
</ div >
115
115
< section className = "w-full py-0 flex items-center justify-center" >
116
116
< div className = "container px-4 md:px-6" >
You can’t perform that action at this time.
0 commit comments