adding about tab

This commit is contained in:
Amruth Pillai
2020-03-28 12:29:58 +05:30
parent 9818f56c55
commit edf6276cd6
3 changed files with 115 additions and 20 deletions

View File

@ -146,24 +146,6 @@ const ActionsTab = ({ data, theme, dispatch }) => {
</div>
</button>
</div>
<hr className="my-6" />
<p className="text-xs font-gray-600 text-center">
Reactive Resume is a project by{' '}
<a
className="hover:underline"
href="https://www.amruthpillai.com/"
rel="noopener noreferrer"
target="_blank"
>
<strong>Amruth Pillai</strong>
</a>{' '}
in hopes of allowing anyone to make beautiful resumes and get equal job opportunities.
<br />
<br />
Thank you for using Reactive Resume!
</p>
</div>
);
};