Skip to content

Commit b05c142

Browse files
committed
docs: recode hive naming consistency
1 parent 3df4b6f commit b05c142

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/topmate/TopMateSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const TopMateSection = ({ setShowTopmate }) => {
77

88
const profileData = {
99
title: "1:1 Mentorship Call",
10-
description: "Book a slot, Free for Hive Community Members",
10+
description: "Book a slot, Free for recode hive Community Members",
1111
duration: "30 mins",
1212
profileImage: "/sanjay.png",
1313
username: "sanjaykv",

src/pages/community/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ export default function CommunityPage(): React.ReactElement {
191191

192192
return (
193193
<Layout
194-
title="Hive Community"
194+
title="recode hive Community"
195195
description="Welcome to recode hive — a community built for everyone to learn, share, and grow."
196196
>
197197
<div className="community-page">
198198
<Head>
199-
<meta property="og:title" content="Hive Community - recode hive" />
199+
<meta property="og:title" content="recode hive Community - recode hive" />
200200
<meta property="og:description" content="Join our thriving community of developers, designers, and creators." />
201201
</Head>
202202

@@ -217,7 +217,7 @@ export default function CommunityPage(): React.ReactElement {
217217
>
218218
<div className="hero-icon">🐝</div>
219219
<h1 className="community-hero-title">
220-
Welcome to Hive Community
220+
Welcome to recode hive Community
221221
</h1>
222222
<p className="community-hero-description">
223223
Welcome to <strong>recode hive</strong> — a community built for everyone to{' '}

src/pages/showcase/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function ShowcaseHeader() {
155155
rel="noreferrer"
156156
>
157157
<Translate id="showcase.header.button">
158-
🌟 Join the Hive Community
158+
🌟 Join the recode hive Community
159159
</Translate>
160160
</a>
161161
</motion.div>
@@ -352,7 +352,7 @@ function ShowcaseCards() {
352352
}}
353353
>
354354
<Translate id="showcase.favoritesList.title">
355-
Best of the Hive
355+
Best of the hive
356356
</Translate>
357357
</motion.h2>
358358
<motion.h2

0 commit comments

Comments
 (0)