Kaynağa Gözat

change email

Aneurin Barker Snook 1 yıl önce
ebeveyn
işleme
ba04477f54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,