Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaydv committed Nov 3, 2024
1 parent 73e5ca5 commit 15daa82
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 27 deletions.
31 changes: 31 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@tiptap/starter-kit": "^2.4.0",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"firebase": "^10.12.2",
Expand Down
10 changes: 5 additions & 5 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ const Footer = () => {
>
<span>
{${new Date().getFullYear()} `}-
<Link
<span
className={
"pl-1 font-semibold hover:underline hover:underline-offset-4"
}
href={"https://x.com/shivay1256"}

>
Shiva Yadav
</Link>
R Anthony Raj
</span>
</span>

<SocialList profile={["mail", "twitter", "github"]} />
<SocialList profile={["mail", "github"]} />
</footer>
</div>
);
Expand Down
24 changes: 2 additions & 22 deletions src/constants/Social.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,11 @@ export const Social = [
{
name: "mail",
icon: <Mail />,
url: "mailto:shivaydv1256@gmail.com",
url: "mailto:rajanthony3399@gmail.com",
},
{
name: "github",
icon: <Github />,
url: "https://github.com/shivaydv",
},
{
name: "twitter",
icon: <Twitter />,
url: "https://x.com/shivay1256",
},
{
name: "linkedin",
url: "https://www.linkedin.com/in/shivaydv/",
icon: <Linkedin />,
},
{
name: "youtube",
url: "https://www.youtube.com/@shivay1256",
icon: <Youtube />,
},
{
name: "instagram",
url: "https://www.instagram.com/shivay1256/",
icon: <Instagram />,
url: "https://github.com/Anthonyraj2424/blog",
},
];

0 comments on commit 15daa82

Please sign in to comment.