diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html
index df9702d..30055ea 100644
--- a/layouts/partials/sections/about.html
+++ b/layouts/partials/sections/about.html
@@ -30,6 +30,8 @@
{{ if eq .name "Email" }}
+ {{ else if eq .name "Phone" }}
+
{{ else }}
{{ end }}
diff --git a/package-lock.json b/package-lock.json
index 19385a4..9d2d43e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -247,7 +247,6 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
- "fsevents": "~2.1.2",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",