From 4f4ccf716eccd435392c5d3948c3d79d05b22155 Mon Sep 17 00:00:00 2001
From: Chaiprasit Khamsi <chaiprasit.kh.61@ubu.ac.th>
Date: Sun, 26 Jul 2020 17:44:15 +0700
Subject: [PATCH] Update mock-students.ts

---
 topic1/src/app/mock/mock-students.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/topic1/src/app/mock/mock-students.ts b/topic1/src/app/mock/mock-students.ts
index 6285e5c..9742ace 100644
--- a/topic1/src/app/mock/mock-students.ts
+++ b/topic1/src/app/mock/mock-students.ts
@@ -1,8 +1,8 @@
 import { Student } from '../models/student';
 
 export const STUDENTS: Student[] = [
-    {id: 60111111, name: 'Tom Hank', email: 'tom@gmail.com'},
-    {id: 60111112, name: 'Jack Daniel', email: 'jack@gmail.com'},
-    {id: 60111113, name: 'Tommy Lee Jones', email: 'tjones@gmail.com'},
-    {id: 60111114, name: 'Jack Dawson', email: 'jdawson@gmail.com'},
+    {id: 60111111, name: 'Athena Hank', email: 'athena@gmail.com'},
+    {id: 60111112, name: 'Charlotte Daniel', email: 'charlotte@gmail.com'},
+    {id: 60111113, name: 'Camilla Jones', email: 'camilla@gmail.com'},
+    {id: 60111114, name: 'Freya Dawson', email: 'freya@gmail.com'},
 ];
-- 
2.18.1