Skip to content

Commit 9b3b25e

Browse files
committed
Changed email to domain email
1 parent 25ea736 commit 9b3b25e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/Contact.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const Contact = () => {
1313
{
1414
icon: Mail,
1515
label: "Email",
16-
17-
link: "mailto:[email protected]",
16+
17+
link: "mailto:[email protected]",
1818
color: "text-accent",
1919
},
2020
{
@@ -133,7 +133,7 @@ const Contact = () => {
133133

134134
<Reveal
135135
as="a"
136-
href="mailto:[email protected]"
136+
href="mailto:[email protected]"
137137
className="inline-flex items-center justify-center rounded-lg bg-accent hover:bg-accent-hover text-portfolio-bg font-semibold px-6 sm:px-8 py-3 transition-all duration-300 hover:scale-105 hover:shadow-lg hover:shadow-accent/25"
138138
>
139139
Send Me an Email

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Footer() {
1616
</Reveal>
1717
<Reveal as="div" className="flex items-center gap-4">
1818
<a
19-
href="mailto:[email protected]"
19+
href="mailto:[email protected]"
2020
aria-label="Email"
2121
className="hover:text-text-primary"
2222
>

components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function Header() {
103103
<Reveal
104104
as="a"
105105
immediate
106-
href="mailto:[email protected]"
106+
href="mailto:[email protected]"
107107
target="_blank"
108108
aria-label="Email"
109109
className="text-text-secondary hover:text-accent transition-colors"
@@ -207,7 +207,7 @@ export default function Header() {
207207
<Instagram />
208208
</Link>
209209
<a
210-
href="mailto:[email protected]"
210+
href="mailto:[email protected]"
211211
aria-label="Email"
212212
className="hover:text-accent"
213213
>

0 commit comments

Comments
 (0)