File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,13 @@ function HeadInjection() {
2525 return (
2626 < Head >
2727 < GlobalCss />
28- < SeoMeta />
28+
29+ < title > Grida Code</ title >
30+ < link rel = "shortcut icon" href = "/favicon.png" />
31+ < link rel = "icon" href = "/favicon.png" />
32+ < meta property = "title" content = "Design to Codes" />
33+ < meta property = "description" content = "Design to Codes description" />
34+
2935 { /* safari 15 color */ }
3036 < meta
3137 name = "theme-color"
@@ -81,18 +87,6 @@ function HeadInjection() {
8187 ) ;
8288}
8389
84- function SeoMeta ( ) {
85- return (
86- < >
87- < title > Grida code</ title >
88- < link rel = "shortcut icon" href = "/favicon.png" />
89- < link rel = "icon" href = "/favicon.png" />
90- < meta property = "title" content = "Design to Codes" />
91- < meta property = "description" content = "Design to Codes description" />
92- </ >
93- ) ;
94- }
95-
9690function EditorApp ( { Component, pageProps } ) {
9791 const router = useRouter ( ) ;
9892 const _path = router . asPath . replace ( "/" , "" ) ;
You can’t perform that action at this time.
0 commit comments