File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const TopMateSection = ({ setShowTopmate }) => {
7
7
8
8
const profileData = {
9
9
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" ,
11
11
duration : "30 mins" ,
12
12
profileImage : "/sanjay.png" ,
13
13
username : "sanjaykv" ,
Original file line number Diff line number Diff line change @@ -191,12 +191,12 @@ export default function CommunityPage(): React.ReactElement {
191
191
192
192
return (
193
193
< Layout
194
- title = "Hive Community"
194
+ title = "recode hive Community"
195
195
description = "Welcome to recode hive — a community built for everyone to learn, share, and grow."
196
196
>
197
197
< div className = "community-page" >
198
198
< Head >
199
- < meta property = "og:title" content = "Hive Community - recode hive" />
199
+ < meta property = "og:title" content = "recode hive Community - recode hive" />
200
200
< meta property = "og:description" content = "Join our thriving community of developers, designers, and creators." />
201
201
</ Head >
202
202
@@ -217,7 +217,7 @@ export default function CommunityPage(): React.ReactElement {
217
217
>
218
218
< div className = "hero-icon" > 🐝</ div >
219
219
< h1 className = "community-hero-title" >
220
- Welcome to Hive Community
220
+ Welcome to recode hive Community
221
221
</ h1 >
222
222
< p className = "community-hero-description" >
223
223
Welcome to < strong > recode hive</ strong > — a community built for everyone to{ ' ' }
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ function ShowcaseHeader() {
155
155
rel = "noreferrer"
156
156
>
157
157
< Translate id = "showcase.header.button" >
158
- 🌟 Join the Hive Community
158
+ 🌟 Join the recode hive Community
159
159
</ Translate >
160
160
</ a >
161
161
</ motion . div >
@@ -352,7 +352,7 @@ function ShowcaseCards() {
352
352
} }
353
353
>
354
354
< Translate id = "showcase.favoritesList.title" >
355
- Best of the Hive
355
+ Best of the hive
356
356
</ Translate >
357
357
</ motion . h2 >
358
358
< motion . h2
You can’t perform that action at this time.
0 commit comments