Skip to content

Commit c54e106

Browse files
Small Changes
1 parent 38b6e24 commit c54e106

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default function HackathonAboutSection() {
9292
</div>
9393
<div className="flex-1 pt-1">
9494
<div className="font-semibold text-white mb-1">{item.label}</div>
95-
<div className="text-sm text-white/60">{item.value}</div>
95+
<div className="text-sm text-white/80">{item.value}</div>
9696
</div>
9797
</div>
9898
))}

components/Register.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export default function Register() {
523523
{step < totalSteps - 1 ? (
524524
<button
525525
onClick={nextStep}
526-
className="flex-1 bg-gradient-to-r from-blue-500 to-purple-500 hover:from-blue-600 hover:to-purple-600 text-white font-semibold py-3 rounded-xl transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-blue-500/25 cursor-target cursor-pointer"
526+
className="flex-1 bg-gradient-to-r to-purple-500 hover:to-purple-600 text-white font-semibold py-3 rounded-xl transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-blue-500/25 cursor-target cursor-pointer"
527527
>
528528
{step === totalSteps - 2
529529
? "Review Details"

0 commit comments

Comments
 (0)