Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement in footer #13

Open
Rahul4dev opened this issue Feb 22, 2023 · 0 comments
Open

Enhancement in footer #13

Rahul4dev opened this issue Feb 22, 2023 · 0 comments

Comments

@Rahul4dev
Copy link

If we place our image tag inside an anchor tag, then we can also use the link of the social media icons which are also given in the data.
just like that:

<a href={social.link} target="_blank" rel="noopener noreferrer">
        <img
              key={social.id}
              src={social.icon}
              alt={social.id}
              className={`w-[21px] h-[21px] object-contain cursor-pointer ${
                idx !== socialMedia.length - 1 ? "mr-6" : "mr-0"
              }`}
            />
</a>
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

No branches or pull requests

1 participant