Skip to content

Commit c913beb

Browse files
committed
Update title in home page
1 parent 0237772 commit c913beb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Hero() {
1313
</h1>
1414
<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">
1515
Achieve your goals with a community of passionate self-learners by
16-
joining the Coderplex Community
16+
joining the Coderplex Community.
1717
</p>
1818
<div className="mt-5 max-w-xl mx-auto sm:flex sm:justify-center md:mt-8">
1919
<div className="rounded-md shadow">

src/pages/_app.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ function MyApp({ Component, pageProps }: AppProps) {
5252
>
5353
<QueryClientProvider client={queryClient}>
5454
<Provider session={pageProps.session}>
55-
<Title>{meta.metaTitle || meta.title}</Title>
55+
<Title suffix="Coderplex Community">
56+
{meta.metaTitle || meta.title}
57+
</Title>
5658
<Description>{description}</Description>
5759
<Meta />
5860
<Layout {...layoutProps}>

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function Home() {
6363

6464
return (
6565
<>
66-
<Title>Learn. Code. Collaborate.</Title>
66+
<Title suffix="Learn. Code. Collaborate.">Coderplex Community</Title>
6767
<HomePageFeed
6868
updates={data?.updates ?? []}
6969
showGoal={Boolean(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy