Skip to content

Commit ad10187

Browse files
committed
Contact: replace X with Book a Session (Google Meet)
1 parent dc3e3b6 commit ad10187

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/icons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import {
1010
FiTerminal, FiZap, FiServer, FiCode, FiCloud, FiBell, FiMap,
1111
FiUsers, FiShare2, FiBox, FiGitBranch, FiAward, FiBookOpen,
12-
FiUser, FiSettings, FiBriefcase, FiBarChart2,
12+
FiUser, FiSettings, FiBriefcase, FiBarChart2, FiCalendar,
1313
} from "react-icons/fi";
1414

1515
const map = {
@@ -19,7 +19,7 @@ const map = {
1919
powershell: FiTerminal, leaflet: SiLeaflet,
2020
route: FiMap, bell: FiBell, terminal: FiTerminal, server: FiServer,
2121
cloud: FiCloud, code: FiCode, network: FiShare2, users: FiUsers, repo: FiGitBranch,
22-
cert: FiAward, education: FiBookOpen, user: FiUser, settings: FiSettings, experience: FiBriefcase,metabase:FiBarChart2,
22+
cert: FiAward, education: FiBookOpen, user: FiUser, settings: FiSettings, experience: FiBriefcase, metabase: FiBarChart2, calendar: FiCalendar,
2323
github: FaGithub, linkedin: FaLinkedin, mail: FaEnvelope,
2424
x: FaXTwitter, telegram: FaTelegram, whatsapp: FaWhatsapp,
2525
};

data/portfolio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const socials = [
3232
{ name: "LinkedIn", handle: "in/krishnaandhe", url: "https://www.linkedin.com/in/krishnaandhe", icon: "linkedin" }, // ← update
3333
{ name: "Email", handle: "krishna.andhe@gmail.com", url: "mailto:krishna.andhe@gmail.com", icon: "mail" },
3434
{ name: "WhatsApp", handle: "+91 9029535054", url: "https://wa.me/919029535054", icon: "whatsapp" },
35-
{ name: "X (Twitter)", handle: "@krishnaandhe", url: "https://x.com/", icon: "x" }, // ← update or remove
35+
{ name: "Book a Session", handle: "Free discovery call", url: "https://calendar.app.google/wC1iaXxYYy5Ty9qo6", icon: "calendar" },
3636
{ name: "Telegram", handle: "@krishnaandhe", url: "https://t.me/krishnaandhe", icon: "telegram" }, // ← update or remove
3737
];
3838

0 commit comments

Comments
 (0)