Skip to content

Commit 0d884cf

Browse files
committed
update
1 parent e036ced commit 0d884cf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
12.2 MB
Binary file not shown.

src/Page/ProjectShowcase.jsx

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ const ProjectsPage = () => {
99
</h1>
1010
</header>
1111
<h1 className="text-2xl font-bold">Click here for features details 👇🏻</h1>
12-
<a href="https://github.com/codeaashu/DevDisplay/issues/571#issue-2678911438" target="_blank" rel="noreferrer">
12+
<a href="https://github.com/codeaashu/DevDisplay/issues/603#issue-2758471902" target="_blank" rel="noreferrer">
1313
<button className="inline-flex cursor-pointer items-center rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
1414
<span>
1515
<b>🌟 Add Project Showcase Features 💌 & Get 8 Benefits 🌟</b>
1616
</span>
1717
</button>
1818
</a>
19+
<h2 className="mt-8 text-2xl font-bold">Benefits of Contribution</h2>
20+
<a href="/Benefits of Contributing to DevDisplay.pdf" target="_blank" rel="noreferrer">
21+
<button className="mt-4 inline-flex cursor-pointer items-center rounded-lg border-2 border-textSecondary bg-textSecondary px-[15px] py-1.5 text-center font-poppoins text-sm transition-all duration-500 hover:bg-transparent hover:text-textSecondary dark:text-white">
22+
<span>
23+
<b>📄 View the Benefits of Contributing to DevDisplay</b>
24+
</span>
25+
</button>
26+
</a>
1927
</div>
2028
);
2129
};

0 commit comments

Comments
 (0)