diff --git a/docs/changelog/README.md b/docs/changelog/README.md
index b448ccc1..c5c40036 100644
--- a/docs/changelog/README.md
+++ b/docs/changelog/README.md
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
## April 2020
+### April 28, 2020
+
+- Added Feature to Reorder Skills/Hobbies
+- Added Hobbies Section to Left Sidebar
+- Updated Templates to Add Hobbies
+
### April 23, 2020
- Fix Issue with Page Controller Icon Size
diff --git a/src/components/LeftSidebar/LeftSidebar.js b/src/components/LeftSidebar/LeftSidebar.js
index d2b29bfe..227648a1 100644
--- a/src/components/LeftSidebar/LeftSidebar.js
+++ b/src/components/LeftSidebar/LeftSidebar.js
@@ -12,6 +12,7 @@ import SkillsTab from './tabs/Skills';
import ExtrasTab from './tabs/Extras';
import LanguagesTab from './tabs/Languages';
import ReferencesTab from './tabs/References';
+import HobbiesTab from './tabs/Hobbies';
const LeftSidebar = () => {
const context = useContext(AppContext);
@@ -26,6 +27,7 @@ const LeftSidebar = () => {
{ key: 'awards', name: data.awards.heading },
{ key: 'certifications', name: data.certifications.heading },
{ key: 'skills', name: data.skills.heading },
+ { key: 'hobbies', name: data.hobbies.heading },
{ key: 'languages', name: data.languages.heading },
{ key: 'references', name: data.references.heading },
{ key: 'extras', name: data.extras.heading },
@@ -45,25 +47,27 @@ const LeftSidebar = () => {
const renderTabs = () => {
switch (currentTab) {
- case tabs[0].key:
+ case 'profile':
return
{data.objective.body}
; @@ -251,7 +266,7 @@ const Castform = () => { data.extras && data.extras.enable && ({x.subtitle}