Skip to content

Commit 786b5d1

Browse files
authored
Merge pull request #1206 from CodeHarborHub/dev-3
update content
2 parents d241d88 + 0de3d93 commit 786b5d1

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

src/components/TeamProfileCards/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ export function ActiveTeamRow(): JSX.Element {
103103
values={{
104104
website: <WebsiteLink to="https://ajay-dhangar.github.io/" />,
105105
devto: <Link to="https://dev.to/ajaydhangar49">Dev.to</Link>,
106+
optimumAi: <Link to="https://www.optimumai.in/community">OptimumAI</Link>,
106107
}}
107108
>
108109
{
109-
"Founder, Lead Developer and Maintainer of CodeHarborHub. He loves to contribute to open source and write articles on his {website} and {devto}."
110+
"Founder, Lead Developer and Maintainer of CodeHarborHub. We are passionate about contributing to open source and regularly write articles on our {website} and {devto}. Currently working at {optimumAi}."
110111
}
111112
</Translate>
112113
</TeamProfileCardCol>
@@ -123,7 +124,7 @@ export function ActiveTeamRow(): JSX.Element {
123124
}}
124125
>
125126
{
126-
"Lead Developer of CodeHarborHub. He loves to contribute to open source and currently working at {compony} and you can check his {portfolio}."
127+
"Lead Developer at CodeHarborHub, we are passionate about contributing to open source. Currently working at {compony} and Explore {portfolio}."
127128
}
128129
</Translate>
129130
</TeamProfileCardCol>

src/database/sponsors/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sponsors: Sponsor[] = [
2121
{
2222
name: "MOHD ARIF",
2323
image: "https://github.com/mrmohdarif.png",
24-
description: "Full Stack Developer",
24+
description: "Software Engineer",
2525
github: "https://github.com/mrmohdarif",
2626
linkedin: "https://www.linkedin.com/in/mohd-arif-115b87231/",
2727
},

src/pages/our-sponsors/index.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ const OurSponsors: React.FC = () => {
2323
<div className="sponsor-header">
2424
<h1 className="TitleText">Our Sponsors</h1>
2525
<p>
26-
CodeHarborHub is supported by these amazing sponsors. You can also
27-
join them to support the community.
26+
Help CodeHarborHub grow and support open-source projects by donating
27+
today. Your contribution enables us to share valuable resources and
28+
knowledge on our website.
29+
30+
<br />
31+
32+
Thank you for your support!
2833
</p>
2934
</div>
3035
<div className="sponsors-list">
@@ -39,13 +44,10 @@ const OurSponsors: React.FC = () => {
3944
<div className="scanner-popup">
4045
<div className="scanner-content">
4146
<h2 className="TitleText">Scan to Sponsor</h2>
42-
<img
43-
src="/sponsors/scan-pay.jpg"
44-
alt="Payment Scanner"
45-
/>
46-
<button
47-
className="scanner-button"
48-
onClick={handlePaymentSuccess}>I have paid</button>
47+
<img src="/sponsors/scan-pay.jpg" alt="Payment Scanner" />
48+
<button className="scanner-button" onClick={handlePaymentSuccess}>
49+
I have paid
50+
</button>
4951
</div>
5052
</div>
5153
)}

0 commit comments

Comments
 (0)