diff --git a/README.md b/README.md index 6f6ac91..fe33932 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ My personal website built with T3 Stack (Next.js, TypeScript and TailwindCSS). L All commands are run from the root of the project, from a terminal: -| Command | Action | -| :---------------- | :------------------------------------------- | +| Command | Action | +| :----------------- | :------------------------------------------- | | `pnpm install` | Installs dependencies | | `pnpm run dev` | Starts local dev server at `localhost:3000` | | `pnpm run build` | Build your production site to `./dist/` | @@ -26,4 +26,4 @@ All commands are run from the root of the project, from a terminal: ## Feedback -If you have any feedback, please reach out at [hello@arian.gg](mailto:hello@arian.gg) +If you have any feedback, please reach out at [hey@arian.gg](mailto:hey@arian.gg) diff --git a/resume/resume.tex b/resume/resume.tex index d131e9c..78b6265 100644 --- a/resume/resume.tex +++ b/resume/resume.tex @@ -36,7 +36,7 @@ \def\name{Arian Ahmadinejad} % Name Here \def\phone{(437) 771-8027} \def\city{Toronto, Ontario} -\def\email{hello@arian.gg} +\def\email{hey@arian.gg} \def\LinkedIn{arian81} % linkedin.com/in/______ \def\github{arian81} % github username \def\role{Computer Science Student} % JOB TITLE diff --git a/src/components/Socials.tsx b/src/components/Socials.tsx index 2aa7b06..746a015 100644 --- a/src/components/Socials.tsx +++ b/src/components/Socials.tsx @@ -20,7 +20,7 @@ const socialsData = [ icon: , }, { - link: "mailto:hello@arian.gg", + link: "mailto:hey@arian.gg", label: "Email", icon: , },