diff --git a/src/views/Main.vue b/src/views/Main.vue index 1232820..eb9c73a 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -126,7 +126,7 @@

> INITIALIZING ENCRYPTED_COMM.INK

-

EMAIL: specialsource.company@gmail.com

+

EMAIL: sungjin.choi@specialsource.company

LOCATION: SEOUL, SOUTH KOREA

@@ -399,7 +399,7 @@ onMounted(() => { termInstance.value = globaljQuery(terminalRef.value).terminal({ 'hello': function () { this.echo('Hello, Welcome to Specialsource.company'); }, 'specialsource': function () { this.echo('SPECIALSOURCE Established 2021.01.'); }, - 'email': function () { this.echo('specialsource.company@gmail.com'); }, + 'email': function () { this.echo('sungjin.choi@specialsource.company'); }, 'status': function () { const term = this;