Skip to content

Commit

Permalink
chore: update email
Browse files Browse the repository at this point in the history
  • Loading branch information
arian81 committed Apr 8, 2024
1 parent ac80097 commit 7544835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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/` |
| `pnpm run preview` | Preview your build locally, before deploying |

## 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)
2 changes: 1 addition & 1 deletion resume/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/components/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const socialsData = [
icon: <GithubIcon className="stroke-[#592406] dark:stroke-[#ccc]" />,
},
{
link: "mailto:hello@arian.gg",
link: "mailto:hey@arian.gg",
label: "Email",
icon: <EmailIcon className="stroke-[#592406] dark:stroke-[#ccc]" />,
},
Expand Down

0 comments on commit 7544835

Please sign in to comment.