Skip to content

Improve social icons in the footer#32

Merged
amrabed merged 2 commits intoupgrade-next-tailwind-heroui-15687692994589951899from
fix-social-icons-footer-5275246825039705590
Apr 18, 2026
Merged

Improve social icons in the footer#32
amrabed merged 2 commits intoupgrade-next-tailwind-heroui-15687692994589951899from
fix-social-icons-footer-5275246825039705590

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

I have improved the social icons in the footer to make them look more professional.
Key changes:

  • Increased the gap between icons from gap-2 to gap-6.
  • Increased the icon size to text-2xl.
  • Added isIconOnly prop and rounded-full class to the HeroUI Button component to ensure a perfect circular hover effect.
  • Removed legacy min-w-0 p-2 h-auto classes that were causing the elliptical shape.
    I verified the changes visually using Playwright and ran linting to ensure code quality.

PR created automatically by Jules for task 5275246825039705590 started by @amrabed

- Increased spacing between icons (gap-6)
- Increased icon size (text-2xl)
- Ensured circular hover effect using isIconOnly and rounded-full
- Cleaned up legacy CSS classes on buttons
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Comment thread src/components/social.tsx Outdated
const socialProfiles = propsProfiles || profiles;
return (
<div className="flex flex-row justify-center gap-2">
<div className="flex flex-row justify-center gap-6">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it 4 not 6

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the gap to 4 as requested.

Comment thread src/components/social.tsx Outdated
onPress={() => window.open(profile.link, "_blank", "noreferrer")}
>
{profile.icon}
<span className="text-2xl">{profile.icon}</span>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary span? keep text-2xl in the enclosing button class

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the unnecessary span and moved the text-2xl class to the Button component.

- Changed gap from 6 to 4
- Moved text-2xl to Button className and removed span wrapper
@sonarqubecloud
Copy link
Copy Markdown

@amrabed amrabed marked this pull request as ready for review April 18, 2026 02:26
@amrabed amrabed merged commit 715323e into upgrade-next-tailwind-heroui-15687692994589951899 Apr 18, 2026
4 checks passed
@amrabed amrabed deleted the fix-social-icons-footer-5275246825039705590 branch April 18, 2026 02:26
amrabed pushed a commit that referenced this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant