Skip to content

Commit

Permalink
add contact mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Dec 2, 2023
1 parent a4456ac commit 440e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contact/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React, { useEffect, useState } from "react";

export function MailLink() {
const address = "(: tey liame cilbup gnikrow a evah tnod ew ,yrros";
const address = "ten.eebircsnart@tcatnoc";
const [addressState, setAdress] = useState(null as null | string);
useEffect(() => {
setTimeout(() => {
Expand Down

0 comments on commit 440e398

Please sign in to comment.