File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function Hero() {
13
13
</ h1 >
14
14
< p className = "mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl" >
15
15
Achieve your goals with a community of passionate self-learners by
16
- joining the Coderplex Community
16
+ joining the Coderplex Community.
17
17
</ p >
18
18
< div className = "mt-5 max-w-xl mx-auto sm:flex sm:justify-center md:mt-8" >
19
19
< div className = "rounded-md shadow" >
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ function MyApp({ Component, pageProps }: AppProps) {
52
52
>
53
53
< QueryClientProvider client = { queryClient } >
54
54
< Provider session = { pageProps . session } >
55
- < Title > { meta . metaTitle || meta . title } </ Title >
55
+ < Title suffix = "Coderplex Community" >
56
+ { meta . metaTitle || meta . title }
57
+ </ Title >
56
58
< Description > { description } </ Description >
57
59
< Meta />
58
60
< Layout { ...layoutProps } >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default function Home() {
63
63
64
64
return (
65
65
< >
66
- < Title > Learn. Code. Collaborate.</ Title >
66
+ < Title suffix = " Learn. Code. Collaborate." > Coderplex Community </ Title >
67
67
< HomePageFeed
68
68
updates = { data ?. updates ?? [ ] }
69
69
showGoal = { Boolean (
You can’t perform that action at this time.
0 commit comments