Skip to content

Commit

Permalink
Remove instagram link
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalazar committed Feb 28, 2025
1 parent 979214b commit 2b4135f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/Components/about.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
ContactPage,
GitHub,
Instagram,
LinkedIn,
LocationOn,
MailOutline,
Expand All @@ -20,7 +19,6 @@ type AboutMetadata = {
location: string;
githubUsername: string;
includeResume: boolean;
instagramUsername: string;
linkedInUsername: string;
name: string;
organization: string;
Expand All @@ -36,7 +34,6 @@ export default function About() {
location: "Portland, OR",
githubUsername: "xsalazar",
includeResume: false,
instagramUsername: "_xsalazar",
linkedInUsername: "xsalazar",
name: "Xavier Salazar",
organization: "Slack",
Expand Down Expand Up @@ -180,29 +177,6 @@ export default function About() {
</Typography>
</Grid>

{/* Instagram Link */}
<Grid
size={{ xs: 4, sm: 12 }}
sx={{
display: "flex",
alignItems: "center",
paddingBottom: "10px",
}}
>
<div style={{ paddingRight: "5px" }}>
<Instagram sx={{ display: "block", margin: "auto" }} />
</div>
<Typography>
<Link
href={`https://www.instagram.com/${aboutMetadata.instagramUsername}`}
target="_blank"
rel="noopener"
>
Instagram
</Link>
</Typography>
</Grid>

{/* Bsky Link */}
<Grid
size={{ xs: 4, sm: 12 }}
Expand Down

0 comments on commit 2b4135f

Please sign in to comment.