Skip to content

Commit

Permalink
fix: footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Nov 4, 2024
1 parent f276845 commit 53968d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Marginals/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Footer = () => {
<SocialList>
{socials.map((item) => (
<li key={item.id}>
<Link href={item.url}>
<Link href={item.url} target='_blank'>
<SocialImageContainer>
<Image
src={item.img}
Expand Down
2 changes: 1 addition & 1 deletion src/config/content/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const socials = [
{
id: 'instagram',
img: 'https://res.cloudinary.com/dpmlrxlzr/image/upload/v1728758002/ic_baseline-discord_hdmbcy.svg',
url: 'https://www.instagram.com/inno.nitr_official?igsh=dWZ2cHlwM3N1ZHl2',
url: 'https://www.instagram.com/inno.nitr_official',
},
{
id: 'whatsapp',
Expand Down

0 comments on commit 53968d6

Please sign in to comment.