diff --git a/src/app/(protected)/dashboard/DashboardClient.tsx b/src/app/(protected)/dashboard/DashboardClient.tsx index 421f4883..6f526591 100644 --- a/src/app/(protected)/dashboard/DashboardClient.tsx +++ b/src/app/(protected)/dashboard/DashboardClient.tsx @@ -628,14 +628,14 @@ export default function DashboardClient({ initialData }: DashboardClientProps) { <>
-
+
) : ( <>
-
+
)} diff --git a/src/app/(protected)/profile/ProfileClient.tsx b/src/app/(protected)/profile/ProfileClient.tsx index 6d2365d3..abbc5d89 100644 --- a/src/app/(protected)/profile/ProfileClient.tsx +++ b/src/app/(protected)/profile/ProfileClient.tsx @@ -178,7 +178,7 @@ export default function ProfileClient() { {/* Banner Background */}
-
+
diff --git a/src/app/accept-terms/page.tsx b/src/app/accept-terms/page.tsx index fc394a2f..1c5e2cb2 100644 --- a/src/app/accept-terms/page.tsx +++ b/src/app/accept-terms/page.tsx @@ -11,7 +11,7 @@ export default function AcceptTermsPage() { return ( <> -
+
{/* Animated gradient mesh background */}
{/* Animated gradient orbs */} @@ -22,7 +22,7 @@ export default function AcceptTermsPage() { {/* Dot grid pattern */}
diff --git a/src/components/attendance/course-card.tsx b/src/components/attendance/course-card.tsx index a769f831..5a759a67 100644 --- a/src/components/attendance/course-card.tsx +++ b/src/components/attendance/course-card.tsx @@ -310,7 +310,7 @@ export function CourseCard({ course }: CourseCardProps) { className="absolute top-0 left-0 h-full bg-primary/40 transition-all duration-500 ease-in-out" style={{ width: `${Math.min(stats.displayPercentage, 100)}%` }} > -
+
-
+
{ href={authorUrl || "#"} target="_blank" rel="noopener noreferrer" - className="font-medium text-foreground hover:text-transparent hover:bg-clip-text hover:bg-linear-to-r hover:from-red-500 hover:to-orange-500 transition-all duration-300" + className="font-medium text-foreground hover:text-transparent hover:bg-clip-text hover:bg-gradient-to-r hover:from-red-500 hover:to-orange-500 transition-all duration-300" aria-label={`Visit ${authorName}'s profile`} > {authorName} diff --git a/src/components/legal/AcceptTermsForm.tsx b/src/components/legal/AcceptTermsForm.tsx index 8728135e..d938bfc4 100644 --- a/src/components/legal/AcceptTermsForm.tsx +++ b/src/components/legal/AcceptTermsForm.tsx @@ -64,7 +64,7 @@ export function AcceptTermsForm() {
-

, p: ({node: _node, ...props}) =>

, @@ -82,9 +82,9 @@ export function AcceptTermsForm() { {/* Footer Actions */}

-