From df1d8d66c8de1483088e820722cf0489e75d4305 Mon Sep 17 00:00:00 2001
From: Yangshun Tay <tay.yang.shun@gmail.com>
Date: Mon, 27 Apr 2020 21:11:28 +0800
Subject: [PATCH] contents: misc changes

---
 contents/interviewer-cheatsheet.md | 1 +
 website/src/pages/index.js         | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/interviewer-cheatsheet.md b/contents/interviewer-cheatsheet.md
index 52377237..95065e80 100644
--- a/contents/interviewer-cheatsheet.md
+++ b/contents/interviewer-cheatsheet.md
@@ -57,6 +57,7 @@ This is a straight-to-the-point, distilled list of technical interview Do's and
 | --- | --- |
 | ✅ | Ask for candidate to provide test cases and run through the code with them. |
 | ✅ | Point out edge cases candidate missed and ask the candidate to address them. |
+| ✅ | Take note of the duration TC spent on each question to include in the feedback. |
 | ✅ | Ask for time complexity and space analysis. |
 | ✅ | Preserve the code somewhere - take a picture or copy the code out. |
 | ✅ | Stop the candidate when there is 5 minutes left. e.g. ("I'll stop you here and let's go to the next section") |
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 7023e7ae..96a386c9 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -175,7 +175,6 @@ function Home() {
             </div>
           </div>
         </div>
-
         <div
           className={classnames(
             'margin-vert--lg',