From 0fed757e5187fa316de91f95e591a44548cbf068 Mon Sep 17 00:00:00 2001 From: nishupr Date: Sat, 30 May 2026 01:14:24 +0530 Subject: [PATCH] fix: improve hover states on User Profile section buttons --- src/app/u/client.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/u/client.tsx b/src/app/u/client.tsx index 07d76bc..1cda350 100644 --- a/src/app/u/client.tsx +++ b/src/app/u/client.tsx @@ -737,7 +737,7 @@ function ProfileContent() {

{stripHtml(project.description)}

@@ -762,7 +762,7 @@ function ProfileContent() {
@@ -871,7 +871,7 @@ function ProfileContent() { href={selectedProject.websiteUrl} target="_blank" rel="noopener noreferrer" - className="flex items-center gap-2 px-4 py-2 bg-primary text-primary-foreground rounded-lg hover:bg-primary/90 transition-colors" + className="flex items-center gap-2 px-4 py-2 bg-secondary text-secondary-foreground rounded-lg hover:bg-secondary/80 hover:scale-105 hover:shadow-md transition-all duration-200 font-medium text-sm" > Visit Website