Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update index.js
  • Loading branch information
arghyaxcodes committed Dec 10, 2021
commit 33e757b7a7cd9cf5254f202132f55251f88845f7
2 changes: 1 addition & 1 deletion src/pages/programs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ProgramsLandingPage() {
<div className={`w-full flex md:flex-row py-6 bg-gradient-to-br ${gradients.pink[0]}`}>
<div className="sm:max-w-sm sm:flex-none md:w-auto md:flex-auto flex flex-col items-start relative z-10 p-6 xl:p-8">
<h2 className="text-xl font-semibold mb-2 text-shadow text-white">Java Programs</h2>
<p className="font-medium text-rose-100 text-shadow mb-4">
<p className="font-medium text-rose-100 dark:text-rose-50 text-shadow mb-4">
A bunch of Java programms for learning and practicing.
</p>
<a
Expand Down