Skip to content

Commit

Permalink
new email
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitpdoshi committed Dec 25, 2023
1 parent cf69e44 commit ba9aec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type ContactButtonType = {
export default function Home() {
const contactButtons: ContactButtonType[] = [
{ type: "Chat", title: "+91 781 888 8887", path: "https://wa.me/message/HDI26CHRSLLUP1" },
{ type: "E-Mail", title: "hi@shunyaek.se", path: "mailto:hi@shunyaek.se" },
{ type: "E-Mail", title: "01@shunyaek.se", path: "mailto:01@shunyaek.se" },
];
const [currentTextIndex, setCurrentTextIndex] = useState<number>(0)
const [textAtCursor, setTextAtCursor] = useState<string>("")
Expand Down

1 comment on commit ba9aec3

@vercel
Copy link

@vercel vercel bot commented on ba9aec3 Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.