Skip to content

Commit

Permalink
vivian_socialsbanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivian Tang authored and Vivian Tang committed Jan 22, 2025
1 parent 241871a commit 16cf857
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/socials/Social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import React from "react";
const Social = () => {
return (
<div className="relative flex w-full overflow-hidden">
<img
src="/social/socialsimage.png"
alt="Socials Banner"
/>
<img src="/social/socialsimage.png" alt="Socials Banner" />
</div>
);
};
Expand Down

0 comments on commit 16cf857

Please sign in to comment.