File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,16 +76,25 @@ export default async function Home() {
7676
7777 { /* Subtle Footer with Core Offerings */ }
7878 { /*hide this for mobile screens */ }
79- < div className = "mt-8 flex flex-row items-center justify-center gap-2 sm:flex-row sm:gap-x-4 hidden md:block" >
80- < Badge variant = "secondary" className = "px-3 py-1 text-xs font-medium sm:text-sm" >
79+ < div className = "mt-8 hidden md:flex flex-row items-center justify-center gap-4" >
80+ < Badge
81+ variant = "secondary"
82+ className = "rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
83+ >
8184 < BadgeCheckIcon className = "mr-1 h-3 w-3 sm:h-4 sm:w-4" />
8285 Comprehensive Notes
8386 </ Badge >
84- < Badge variant = "secondary" className = "px-3 py-1 text-xs font-medium sm:text-sm" >
87+ < Badge
88+ variant = "secondary"
89+ className = "rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
90+ >
8591 < BadgeCheckIcon className = "mr-1 h-3 w-3 sm:h-4 sm:w-4" />
8692 Past Exam Papers
8793 </ Badge >
88- < Badge variant = "secondary" className = "px-3 py-1 text-xs font-medium sm:text-sm" >
94+ < Badge
95+ variant = "secondary"
96+ className = "rounded-full px-3 py-1 text-xs font-medium sm:text-sm"
97+ >
8998 < BadgeCheckIcon className = "mr-1 h-3 w-3 sm:h-4 sm:w-4" />
9099 Reference Books
91100 </ Badge >
You can’t perform that action at this time.
0 commit comments