Skip to content

Commit deb2bbf

Browse files
committed
chore: Minor updates
1 parent 47644ab commit deb2bbf

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

index.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,25 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
<meta name="theme-color" content="rgb(0 122 255)" />
1111

12-
<meta name="description" content="React ChatBotify Gallery" />
13-
<meta name="keywords" content="" />
14-
<meta property="og:title" content="React ChatBotify Gallery" />
15-
<meta property="og:image" content="" />
16-
<meta property="og:description" content="React ChatBotify Gallery" />
12+
<meta name="description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." />
13+
<meta property="og:title" content="React ChatBotify" />
14+
<meta property="og:description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." />
15+
<meta property="og:image" content="./public/logo.webp" />
16+
<meta property="og:type" content="website" />
17+
<meta property="og:url" content="https://react-chatbotify.com" />
18+
19+
<meta name="twitter:card" content="summary_large_image" />
20+
<meta name="twitter:site" content="@reactchatbotify" />
21+
<meta name="twitter:title" content="React ChatBotify" />
22+
<meta name="twitter:description" content="A flexible, community-driven chatbot library designed to easily create modern, responsive chat experiences for any use case—from FAQ bots to powerful AI integrations." />
23+
<meta name="twitter:image" content="./public/logo.webp" />
1724

1825
<!--
1926
manifest.json provides metadata used when your web app is installed on a
2027
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
2128
-->
2229
<link rel="manifest" href="/manifest.json" />
30+
<link rel="canonical" href="https://react-chatbotify.com/" />
2331
<!--
2432
Notice the use of %PUBLIC_URL% in the tags above.
2533
It will be replaced with the URL of the `public` folder during the build.
@@ -30,7 +38,7 @@
3038
Learn how to configure a non-root public URL by running `npm run build`.
3139
-->
3240

33-
<title>React ChatBotify Gallery</title>
41+
<title>React ChatBotify</title>
3442
</head>
3543
<body>
3644
<noscript>You need to enable JavaScript to run this app.</noscript>

public/logo.webp

3.93 KB
Loading

src/constants/SiteConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const SiteConfig = {
22
loginSpinnerGraceTime: 3000,
3-
siteName: 'React ChatBotify Gallery',
3+
siteName: 'React ChatBotify',
44
};
55

66
export { SiteConfig };

src/pages/PrivacyPolicy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const PrivacyPolicy: React.FC = () => {
5656
<Box
5757
component="img"
5858
src={logo}
59-
alt="React ChatBotify Gallery Logo"
59+
alt="React ChatBotify Logo"
6060
sx={{
6161
height: { xs: '96px', sm: '112px', md: '128px', lg: '160px', xl: '192px' },
6262
}}

src/pages/TermsOfService.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TermsOfService: React.FC = () => {
5656
<Box
5757
component="img"
5858
src={logo}
59-
alt="React ChatBotify Gallery Logo"
59+
alt="React ChatBotify Logo"
6060
sx={{
6161
height: { xs: '96px', sm: '112px', md: '128px', lg: '160px', xl: '192px' },
6262
}}

0 commit comments

Comments
 (0)