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