Skip to content

Commit 3a75ee1

Browse files
committed
update
1 parent 82d425b commit 3a75ee1

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

src/Page/Discussions.jsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ const DiscussionsPage = () => {
44
return (
55
<div className="min-h-screen bg-gray-100 p-4">
66
<header className="bg-blue-600 p-4 text-white">
7-
<h1 className="text-2xl font-bold">Discussions</h1>
7+
<h1 className="text-2xl font-bold">This is the Discussions page - Want to Build this page as a contributer</h1>
88
</header>
9-
<main className="mt-4">
10-
<section className="mb-8">
11-
<h2 className="text-xl font-bold">Discussion Threads</h2>
12-
{/* Add discussion threads here */}
13-
</section>
14-
<section>
15-
<h2 className="text-xl font-bold">Inbox</h2>
16-
{/* Add inbox messages here */}
17-
</section>
18-
</main>
9+
<h1 className="text-2xl font-bold">Features</h1>
10+
<h1>
11+
Add a features in this page where all the devdisplay user can discuss with each other and react on each other's
12+
messages.
13+
</h1>
14+
<hr />
15+
<h1 className="text-2xl font-bold">
16+
Apart from that if you able then add also features like this website where user can post or write article on
17+
this website - https://peerlist.io/scroll
18+
</h1>
1919
</div>
2020
);
2121
};

src/Page/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const TechFeatures = () => {
6565
</a>
6666

6767
<a
68-
href="/tech-discussion"
68+
href="/Discussions"
6969
className="feature-card block rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:scale-105 hover:transform hover:bg-gray-700"
7070
>
7171
<div className="border border-transparent transition duration-300 hover:border-blue-500">

src/Page/ProjectShowcase.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ const ProjectsPage = () => {
77
<h1 className="text-2xl font-bold">
88
This is the Project Showcase page - Want to Build this page as a contributer
99
</h1>
10-
<h1 className="text-2xl font-bold"></h1>
1110
</header>
1211
<h1 className="text-2xl font-bold">Features</h1>
1312
<h1>
1413
Add a features in this page where developer can showcase their project - Develoepr first add their project
15-
through the open source contribution and then the project are showcasing in this page{' '}
14+
through the open source contribution and then the project are showcasing here
1615
</h1>
1716
<hr />
1817
<h1>

0 commit comments

Comments
 (0)