File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function FeaturedProgram() {
66 return (
77 < section >
88 < div className = "container mx-auto px-4" >
9- < Card className = "p-8 hover:border-primary/50 transition-all" >
9+ < Card className = "p-8 border-primary/35 hover:border-primary transition-all" >
1010 < div className = "grid md:grid-cols-2 gap-8 items-center" >
1111 < div className = "space-y-4" >
1212 < h2 className = "text-3xl font-bold" > Featured Program</ h2 >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function WhatsHappening() {
2828 { events . map ( ( event , index ) => (
2929 < Card
3030 key = { index }
31- className = "p-6 flex flex-col items-center text-center gap-4 hover:border-primary/50 transition-all"
31+ className = "p-6 flex flex-col items-center text-center gap-4 border-primary/35 hover:border-primary transition-all"
3232 >
3333 < div className = "relative h-24 w-24" >
3434 < Image
You can’t perform that action at this time.
0 commit comments