diff --git a/src/components/RightSidebar/RightSidebar.js b/src/components/RightSidebar/RightSidebar.js
index a5278c89..592c8428 100644
--- a/src/components/RightSidebar/RightSidebar.js
+++ b/src/components/RightSidebar/RightSidebar.js
@@ -6,15 +6,16 @@ import TemplatesTab from './tabs/Templates';
import ColorsTab from './tabs/Colors';
import FontsTab from './tabs/Fonts';
import ActionsTab from './tabs/Actions';
+import AboutTab from './tabs/About';
-const tabs = ['Templates', 'Colors', 'Fonts', 'Actions'];
+const tabs = ['Templates', 'Colors', 'Fonts', 'Actions', 'About'];
const RightSidebar = () => {
const context = useContext(AppContext);
const { state, dispatch } = context;
const { data, theme } = state;
- const [currentTab, setCurrentTab] = useState('Templates');
+ const [currentTab, setCurrentTab] = useState('About');
const onChange = (key, value) => {
dispatch({
type: 'on_input',
@@ -37,6 +38,8 @@ const RightSidebar = () => {
return
+ Reactive Resume is a project by{' '}
+
+ Amruth Pillai
+ {' '}
+ in hopes of allowing anyone to make beautiful resumes and get equal job opportunities.
+
+
+ Thank you for using Reactive Resume!
+
- Reactive Resume is a project by{' '}
-
- Amruth Pillai
- {' '}
- in hopes of allowing anyone to make beautiful resumes and get equal job opportunities.
-
-
- Thank you for using Reactive Resume!
-