Browse Source

change email

Aneurin Barker Snook 1 năm trước cách đây
mục cha
commit
ba04477f54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Contact.ts

+ 1 - 1
src/components/Contact.ts

@@ -3,7 +3,7 @@ export interface ContactState {
 }
 
 export default function Contact(): ContactState {
-  const email = 'ni.ruena@a'.split('').reverse().join('')
+  const email = 'ni.ruena@olleh'.split('').reverse().join('')
 
   return {
     email,