Skip to content

Commit

Permalink
feat: Update Main component with new icons and link buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Jun 20, 2024
1 parent 3d12b24 commit e9fc13a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import GitHubIcon from "@mui/icons-material/GitHub";
import InstagramIcon from "@mui/icons-material/Instagram";
import LinkedInIcon from "@mui/icons-material/LinkedIn";
import PodcastsIcon from "@mui/icons-material/Podcasts";
import TwitterIcon from "@mui/icons-material/Twitter";
import XIcon from "@mui/icons-material/X";
import {
Avatar,
Box,
Expand All @@ -25,9 +25,9 @@ export default function Main() {
href: "https://www.instagram.com/itsukikigoshi",
},
{
name: "X(formally Twitter)",
Icon: TwitterIcon,
href: "https://www.twitter.com/itsukikigoshi",
name: "X",
Icon: XIcon,
href: "https://www.x.com/itsukikigoshi",
},
{
name: "Podcast",
Expand Down

0 comments on commit e9fc13a

Please sign in to comment.